Updates text in StatusBar.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
void SetStatusText( string text ) |
| Visual Basic (Declaration) |
|---|
Sub SetStatusText ( _ text As String _ ) |
| Visual C++ |
|---|
void SetStatusText( String^ text ) |
Parameters
- text
- Type: System..::.String