Skip to main content
All docs
V26.1
  • AINoDataEnterReportPromptPage.PredefinedPrompts Property

    Specifies predefined prompts available in the Report Wizard.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

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

    Declaration

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

    Property Value

    Type Description
    IEnumerable<AIReportPrompt>

    A prompt collection.

    See Also