Skip to main content
A newer version of this page is available. .

MapReportTemplateFieldsPage.TemplateFields Property

Specifies available template fields.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v19.1.dll

Declaration

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

Property Value

Type Description
IEnumerable<TemplateField>

A collection of TemplateField objects.

See Also