Click or drag to resize
ReportSubscriptionInfoProviderSetReportSubscriptionInfoInternal Method
Sets (updates or inserts) specified subscription.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetReportSubscriptionInfoInternal(
	ReportSubscriptionInfo subscriptionObj
)

Parameters

subscriptionObj
Type: CMS.ReportingReportSubscriptionInfo
Subscription to be set.
See Also