Back to Devexpress

ReportPromptToExpressionBehaviorProperties.PromptAugmentation Property

xtrareports-devexpress-dot-aiintegration-dot-winforms-dot-reporting-dot-reportprompttoexpressionbehaviorproperties-4de8245b.md

latest1.9 KB
Original Source

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

csharp
[DefaultValue("")]
public string PromptAugmentation { get; set; }
vb
<DefaultValue("")>
Public Property PromptAugmentation As String

Property Value

TypeDefaultDescription
StringString.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

ReportPromptToExpressionBehaviorProperties Class

ReportPromptToExpressionBehaviorProperties Members

DevExpress.AIIntegration.WinForms.Reporting Namespace