Click or drag to resize
ReportSubscriptionInfo Constructor (ReportSubscriptionInfo, Boolean)
Constructor - Creates a new ReportSubscriptionInfo object from the given DataClass.

Namespace: CMS.Reporting
Assembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax
C#
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