Skip to main content

ChooseReportTypePage.ReportType Property

Specifies the selected report type.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual ReportType ReportType { get; set; }

Property Value

Type Description
ReportType

A ReportType enumeration value.

See Also