Back to Devexpress

ReportPromptToExpressionBehaviorProperties.RetryAttemptCount Property

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

latest1.9 KB
Original Source

ReportPromptToExpressionBehaviorProperties.RetryAttemptCount Property

Gets or sets the number of additional attempts the AI makes to regenerate an expression if the previous result is invalid.

Namespace : DevExpress.AIIntegration.WinForms.Reporting

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

NuGet Package : DevExpress.AIIntegration.WinForms.Reporting

Declaration

csharp
[DefaultValue(3)]
public int RetryAttemptCount { get; set; }
vb
<DefaultValue(3)>
Public Property RetryAttemptCount As Integer

Property Value

TypeDefaultDescription
Int323

The number of additional attempts the AI makes to regenerate an expression if the previous result is invalid.

|

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