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

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