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

ChooseReportTemplatePage.AvailableTemplates Property

Specifies available report templates.

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

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

Declaration

public virtual IEnumerable<TemplateInfo> AvailableTemplates { get; protected set; }

Property Value

Type Description
IEnumerable<TemplateInfo>

A collection of TemplateInfo objects.

See Also