Class ControlIdentificationSignWizard
Represents the "Control identification sign" wizard.
Namespace: FastReport.Wizards
Assembly: FastReport.dll
Syntax
public class ControlIdentificationSignWizard : WizardBase
Constructors
ControlIdentificationSignWizard()
Initializes a new instance of the ControlIdentificationSignWizard class with the default settings.
Declaration
public ControlIdentificationSignWizard()
Methods
Run(Designer)
Runs the wizard.
Declaration
public override bool Run(Designer designer)
Parameters
Type | Name | Description |
---|---|---|
Designer | designer | Report designer. |
Returns
Type | Description |
---|---|
System.Boolean | true if wizard was executed succesfully. |
Overrides
Remarks
This method is called when you select a wizard in the "Add New Item" window and click "Add" button. You should do the work in this method.