Search Results for

    Show / Hide Table of Contents

    Class NewDialogWizard

    Represents the "New Dialog" wizard.

    Inheritance
    System.Object
    WizardBase
    NewDialogWizard
    Namespace: FastReport.Wizards
    Assembly: FastReport.dll
    Syntax
    public class NewDialogWizard : WizardBase

    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.