Skip to main content
All docs
V25.2
  • 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

    [DefaultValue(3)]
    public int RetryAttemptCount { get; set; }

    Property Value

    Type Default Description
    Int32 3

    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