Skip to main content

MapReportTemplateFieldsPageView.TemplateFields Property

Specifies the collection of available template fields.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public IEnumerable<TemplateField> TemplateFields { get; set; }

Property Value

Type Description
IEnumerable<TemplateField>

A collection of TemplateField objects.

Implements

See Also