MapperUtilsReportHasPermission Method |
Implements a metadata only way to ensure that the user of this report has permissions to actually see it.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool ReportHasPermission(
IAppContext cxt,
Report rpt,
Properties propsParams
)
Public Shared Function ReportHasPermission (
cxt As IAppContext,
rpt As Report,
propsParams As Properties
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context object. - rpt
- Type: NetQuarryReport
The report object. - propsParams
- Type: NetQuarryProperties
The report's parameters.
Return Value
Type:
BooleanReturns true if the current user has access to the specific report.
See Also