XtraReportModel.ObjectConstructor Property
Specifies a constructor used to create an instance of an ObjectDataSource.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
ConstructorInfo | A ConstructorInfo object, containing information about a class constructor. |
See Also