Skip to main content
All docs
V26.1
  • ReportPromptToExpressionBehavior.RetryAttemptCount Property

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

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

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

    Declaration

    public int RetryAttemptCount { get; set; }

    Property Value

    Type Description
    Int32

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

    See Also