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

TemplatesInfo.Templates Property

Specifies the collection of report templates.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public List<Template> Templates { get; set; }

Property Value

Type Description
List<Template>

A collection of Template objects.

See Also