Search Results for

    Show / Hide Table of Contents

    Class ControlIdentificationSignWizard

    Represents the "Control identification sign" wizard.

    Inheritance
    System.Object
    WizardBase
    ControlIdentificationSignWizard
    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
    WizardBase.Run(Designer)
    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.

    Back to top © 1998-2025 Copyright Fast Reports Inc.