Skip to main content
All docs
V25.1
  • AIChooseReportTypePageView.Initialize(IEnumerable<IReportType>) Method

    Initializes a wizard page with the specified options.

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

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    public void Initialize(
        IEnumerable<IReportType> reportTypes
    )

    Parameters

    Name Type Description
    reportTypes IEnumerable<IReportType>

    A collection of available report types.

    See Also