MapReportTemplateFieldsPage.FillTemplateFields(IEnumerable<TemplateField>) Method
Populates the collection of available template fields.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| templateFields | IEnumerable<TemplateField> | A collection of TemplateField objects. |
See Also