Skip to main content

ReportModel.TemplateFields Property

Specifies the template report’s fields.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
HashSet<TemplateField>

A collection of TemplateField objects.

See Also