Skip to main content
All docs
V26.1
  • AIReportGenerationPageView.Update(String, String) Method

    Updates the view with the current report generation status and reasoning.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views

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

    Declaration

    public void Update(
        string status,
        string reasoning
    )

    Parameters

    Name Type Description
    status String

    A short status message for the current generation step.

    reasoning String

    Additional details that explain the current step.

    See Also