Refreshes a progress bar with specific text.

Namespace:  PerpetuumSoft.Olap.Data
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
void ShowProgress(
	string state
)
Visual Basic (Declaration)
Sub ShowProgress ( _
	state As String _
)
Visual C++
void ShowProgress(
	String^ state
)

Parameters

state
Type: System..::.String

See Also