Skip to main content
All docs
V25.2
  • AINoDataEnterReportPromptPage.PredefinedPrompts Property

    Specifies predefined prompts available in the Report Wizard.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Reporting

    Declaration

    public IEnumerable<AIReportPrompt> PredefinedPrompts { get; protected set; }

    Property Value

    Type Description
    IEnumerable<AIReportPrompt>

    A prompt collection.

    See Also