{CompanyName} FlexyGo

UserReportSecurityCollection..::..Remove Method (String)

Removes the UserReportSecurity object from the Collection using ReportName as Key.

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

Syntax


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

Parameters

ReportName
Type: String
The Report Id

Return Value

true if ok, false otherwise.