ReportDataV2(Session) Constructor
Used to initialize a new instance of a ReportDataV2 descendant in a specific Session.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
session | Session | A Session object which represents a persistent object’s cache where the business object will be instantiated. |
See Also