Shows the progress indicator tool.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

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

Parameters

state
Type: System..::.String
subState
Type: System..::.String

See Also