Skip to main content
A newer version of this page is available. .

XtraReportModel.ObjectConstructor Property

Specifies a constructor used to create an instance of an ObjectDataSource.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public ConstructorInfo ObjectConstructor { get; set; }

Property Value

Type Description
ConstructorInfo

A ConstructorInfo object, containing information about a class constructor.

Implements

See Also