Skip to main content
All docs
V26.1
  • AIReportGenerationPage.Reasoning Property

    Gets the detailed reasoning text for the current generation step.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

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

    Declaration

    public virtual string Reasoning { get; protected set; }

    Property Value

    Type Description
    String

    Additional details that explain the current generation step.

    See Also