Skip to main content
All docs
V25.1
  • ReportModelAIExtensions.GetAIParameters(ReportModel) Method

    Obtains AI wizard settings stored in a report model.

    Namespace: DevExpress.XtraReports.Wizards

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public static AIParameters GetAIParameters(
        this ReportModel model
    )

    Parameters

    Name Type Description
    model ReportModel

    The report model that stores settings defined on Report Wizard pages.

    Returns

    Type Description
    AIParameters

    An AIParameters object that contains AI wizard settings.

    See Also