Click or drag to resize
ReportSubscriptionInfo Constructor (ReportSubscriptionInfo, Boolean)

Note: This API is now obsolete.

Constructor - Creates a new ReportSubscriptionInfo object from the given DataClass.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
public ReportSubscriptionInfo(
	ReportSubscriptionInfo subscriptionObj,
	bool keepSourceData
)

Parameters

subscriptionObj
Type: CMS.ReportingReportSubscriptionInfo
Source ReportSubscriptionInfo object.
keepSourceData
Type: SystemBoolean
If true, source data are kept in the object.
See Also