| ReportInfo Constructor (ReportInfo, Boolean) | 
Note: This API is now obsolete.
            Constructor - Creates a new ReportInfo object from the given DataClass.
            
 
Namespace: CMS.ReportingAssembly: CMS.Reporting (in CMS.Reporting.dll) Version: 10.0.0
 Syntax
Syntax[ObsoleteAttribute("Not intended for public use. Will be removed in next major release.")]
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
See Also