Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context object.
rpt
Type: NetQuarryReport
The report object.
propsParams
Type: NetQuarryProperties
The report's parameters.

Return Value

Type: Boolean
Returns true if the current user has access to the specific report.
See Also