Skip to main content

XtraReportModel.ObjectConstructor Property

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ConstructorInfo ObjectConstructor { get; set; }

Property Value

Type Description
ConstructorInfo

A ConstructorInfo object, containing information about a class constructor.

See Also