Click or drag to resize
AbstractReportControlCheckEmailModeSubscription Method
Check if subscribed user has valid permission for the subscription and subscription is allowed on all levels (report/report part/control).

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected bool CheckEmailModeSubscription(
	ReportInfo reportInfo,
	bool controlSubscriptionEnabled
)

Parameters

reportInfo
Type: CMS.ReportingReportInfo
ReportInfo object
controlSubscriptionEnabled
Type: SystemBoolean
Indicates if report control allows subscription

Return Value

Type: Boolean
See Also