IMapReportTemplateFieldsPageView.TemplateFields Property
If implemented, specifies the collection of available template fields.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable<TemplateField> | A collection of TemplateField objects. |
See Also