Skip to main content
All docs
V25.1
  • IAINoDataEnterReportPromptPageView.SetPredefinedPrompts(IEnumerable<AIReportPrompt>) Method

    Adds prompt suggestions to the “Enter Report Description” page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard.Views

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    void SetPredefinedPrompts(
        IEnumerable<AIReportPrompt> predefinedPrompts
    )

    Parameters

    Name Type Description
    predefinedPrompts IEnumerable<AIReportPrompt>

    The prompt collection.

    See Also