Add command in command stack.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  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
)

See Also