ReportSubscriptionInfo Constructor (ReportSubscriptionInfo, Boolean) |
Constructor - Creates a new ReportSubscriptionInfo object from the given DataClass.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax 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