Click or drag to resize
AbstractReportControlCheckReportAccess Method
Checks if current user may see report output based on report access settings.

Namespace: CMS.Reporting.Web.UI
Assembly: CMS.Reporting.Web.UI (in CMS.Reporting.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected bool CheckReportAccess(
	ReportInfo reportInfo
)

Parameters

reportInfo
Type: CMS.ReportingReportInfo
ReportInfo object

Return Value

Type: Boolean
True if report is sent via email, report access is allowed for all or the access is for authenticated and current user is authenticated.
See Also