Skip to main content
All docs
V26.1
  • ReportModelAIExtensions.SetPredefinedAIReportPrompts(ReportModel, IEnumerable<AIReportPrompt>) Method

    Adds prompt suggestions to a report model.

    Namespace: DevExpress.XtraReports.Wizards

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

    Declaration

    public static void SetPredefinedAIReportPrompts(
        this ReportModel model,
        IEnumerable<AIReportPrompt> prompts
    )

    Parameters

    Name Type Description
    model ReportModel

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

    prompts IEnumerable<AIReportPrompt>

    The prompt collection.

    See Also