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

    Returns whether the selected report type is the AI-generated report.

    Namespace: DevExpress.XtraReports.Wizards

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public static bool GetIsAIReportType(
        this ReportModel model
    )

    Parameters

    Name Type Description
    model ReportModel

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

    Returns

    Type Description
    Boolean

    true if the selected type is the AI-generated report; otherwise, false.

    See Also