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

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.v19.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