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

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 9.0.0
Syntax
C#
public static void SetReportSubscriptionInfo(
	ReportSubscriptionInfo subscriptionObj
)

Parameters

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