{CompanyName} FlexyGo

ReportsCollection..::..Contains Method

Checks if ReportSettings object exists in Collection using ReportName

Namespace:  FLEXYGO.Objects.Settings
Assembly:  flxObjectConfig (in flxObjectConfig.dll)

Syntax


public bool Contains(
	string ReportName
)
Public Function Contains ( _
	ReportName As String _
) As Boolean

Parameters

ReportName
Type: String
The ObjectName.

Return Value

true if ok, false otherwise.