Click or drag to resize

BeforeShowReportEventArgs Constructor

Creates an instance of the EAPReportPermissionArgs object.

Namespace:  NetQuarry.Reporting
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public BeforeShowReportEventArgs(
	Report report,
	Properties reportParams
)

Parameters

report
Type: NetQuarryReport
The report object to check for permission
reportParams
Type: NetQuarryProperties
A properties collection that contains the report parameters.
See Also