XtraReportData(Session, Type) Constructor
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.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v22.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | A DevExpress.Xpo.Session object which represents a persistent object’s cache where the business object will be instantiated. |
dataType | Type | A Type object specifying the data type that the report data source is bound to. |
See Also