BIAnalysisServicesWizard.updateProgress Method [AX 2012]

Updates the control that is used to display progress.

Syntax

public void updateProgress(str text, [int64 increment])

Run On

Client

Parameters

  • text
    Type: str
    The text to display in the progress control.
  • increment
    Type: int64
    The value by which to increment the progress; optional

See Also

Reference

BIAnalysisServicesWizard Class