Click or drag to resize
ReportSubscriptionInfoProviderDeleteReportSubscriptionInfo Method (ReportSubscriptionInfo)
Deletes specified subscription.

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

Parameters

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