AbstractReportControlCheckReportAccess Method |
Checks if current user may see report output based on report access settings.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax protected bool CheckReportAccess(
ReportInfo reportInfo
)
Parameters
- reportInfo
- Type: CMS.ReportingReportInfo
ReportInfo object
Return Value
Type:
BooleanTrue 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