Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XtraReportData Constructors

The persistent class used to store reports in the Reports V2 Module. Inherits XPObject and thus has the integer-type identifier.
Name Parameters Description
XtraReportData(Session, Type) session, dataType Used to initialize a new instance of a XtraReportData descendant intended to persist a report that targets a specified data type in a specific Session.
XtraReportData(Session) session Used to initialize a new instance of a XtraReportData descendant in a specific Session.
See Also