Add command in command stack.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
void AddCommand( Command command ) |
Visual Basic (Declaration) |
---|
Sub AddCommand ( _ command As Command _ ) |
Visual C++ |
---|
void AddCommand( Command^ command ) |
Parameters
- command
- Type: PerpetuumSoft.Reporting.CommandModel..::.Command