Skip to main content
.NET 6.0+

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.v23.2.dll

Declaration

[Browsable(false)]
public XtraReportData(
    Session session,
    Type dataType
)

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