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

    Initializes a wizard page with the specified options.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    void Initialize(
        IEnumerable<IReportType> reportTypes
    )

    Parameters

    Name Type Description
    reportTypes IEnumerable<IReportType>

    A collection of available report types.

    See Also