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

ChooseReportTemplatePage.SelectedTemplate Property

Specifies the selected report template.

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

Assembly: DevExpress.Xpf.ReportDesigner.v19.1.dll

Declaration

public virtual TemplateInfo SelectedTemplate { get; set; }

Property Value

Type Description
TemplateInfo

A TemplateInfo object.

See Also