{CompanyName} FlexyGo

UserReportSecurityCollection..::..Add Method

Adds the UserReportSecurity object to the Collection using ReportName as Key.

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

Syntax


public bool Add(
	UserReportSecurity UserReportSecurity
)
Public Function Add ( _
	UserReportSecurity As UserReportSecurity _
) As Boolean

Parameters

UserReportSecurity
Type: FLEXYGO.Objects.Security..::..UserReportSecurity
An UserReportSecurity object.

Return Value

true if ok, false otherwise.