Skip to main content
All docs
V25.2
  • AIChooseReportTypePage.ReportTypes Property

    Specifies report types available on the Wizard page.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Reporting

    Declaration

    public IEnumerable<IReportType> ReportTypes { get; set; }

    Property Value

    Type Description
    IEnumerable<IReportType>

    A collection of report types.

    See Also