IMapReportTemplateFieldsPageView.TemplateFields Property
In This Article
If implemented, specifies the collection of available template fields.
Namespace: DevExpress.XtraReports.Wizards.Views
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
IEnumerable<TemplateField> TemplateFields { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable<Template |
A collection of Template |
See Also