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

ReportModel.TemplateFields Property

Specifies the template report’s fields.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

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

Property Value

Type Description
HashSet<TemplateField>

A collection of TemplateField objects.

See Also