MapReportTemplateFieldsPageView.TemplateFields Property
Specifies the collection of available template fields.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<TemplateField> | A collection of TemplateField objects. |
Implements
See Also