ReportInfo Constructor (ReportInfo, Boolean) |
Constructor - Creates a new ReportInfo object from the given DataClass.
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 8.2.23
Syntax public ReportInfo(
ReportInfo ri,
bool keepSourceData
)
Parameters
- ri
- Type: CMS.ReportingReportInfo
Source report info - keepSourceData
- Type: SystemBoolean
If true, source data are kept in the object
See Also