{CompanyName} FlexyGo

UserSecurityConfig..::..CanPrintReport Method

Determines whether this Report can be used.

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

Syntax


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

Parameters

ReportName
Type: String
The Report identifier.

Return Value

true if this Report can be Run; otherwise, false.