Skip to main content
All docs
V25.1
  • AIChooseReportTypePageView.ReportType Property

    Specifies the report type selected on the Wizard page.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views

    Assembly: DevExpress.AIIntegration.WinForms.Reporting.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    [Browsable(false)]
    public IReportType ReportType { get; set; }

    Property Value

    Type Description
    IReportType

    The report type.

    Implements

    See Also