Skip to main content
All docs
V26.1
  • ReportPromptToExpressionBehaviorProperties.PromptAugmentation Property

    Gets or sets additional instructions to each user prompt.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting

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

    Declaration

    [DefaultValue("")]
    public string PromptAugmentation { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    Additional instructions to each user prompt.

    Remarks

    See the following help topic for additional information: Generate Expressions from Prompts (WinForms Report Designer).

    See Also