[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Converters.CommandAdapter.-ctor

CommandAdapter Constructor

CommandAdapter()

Initializes a new instance of the CommandAdapter class.

Declaration
public CommandAdapter()

CommandAdapter(ICommand)

Initializes a new instance of the CommandAdapter class.

Declaration
public CommandAdapter(ICommand command)
Parameters
Type Name Description
ICommand command

The command to adapt.

Exceptions
Type Condition
ArgumentException

Thrown when the command is null.