Skip to main content

MapReportTemplateFieldsPage.FillTemplateFields(IEnumerable<TemplateField>) Method

Populates the collection of available template fields.

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

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void FillTemplateFields(
    IEnumerable<TemplateField> templateFields
)

Parameters

Name Type Description
templateFields IEnumerable<TemplateField>

A collection of TemplateField objects.

See Also