{CompanyName} FlexyGo

UserReportSecurityCollection..::..Contains Method

Checks if UserReportSecurity Object exists in Collection using ReportName

Namespace:  FLEXYGO.Objects.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


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

Parameters

ReportName
Type: String
The Report name

Return Value

true if ok, false otherwise.