Skip to main content
All docs
V25.2
  • ReportPromptToExpressionBehaviorProperties.PromptAugmentation Property

    Gets or sets additional instructions to each user prompt.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    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