Class InsertCommand
Represents the "Insert" command.
Inherited Members
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public class InsertCommand : DesignerCommand
  Remarks
This command has no default action associated with it. Check the Enabled property to see if the insert operation is enabled.
Methods
GetEnabled()
Gets a value for the Enabled property.
Declaration
protected override bool GetEnabled()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | true if command is enabled.  |