Search Results for

    Show / Hide Table of Contents

    Class LabelWizard

    Represents the "Label" wizard.

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

    Constructors

    LabelWizard()

    Initializes a new instance of the LabelWizard class with the default settings.

    Declaration
    public LabelWizard()

    Properties

    SelectedLabelName

    Gets a selected label name.

    Declaration
    public string SelectedLabelName { get; }
    Property Value
    Type Description
    System.String

    SelectedLabelParameters

    Gets the XML item containing a selected label parameters.

    Declaration
    public XmlItem SelectedLabelParameters { get; }
    Property Value
    Type Description
    XmlItem

    SelectedManufacturer

    Gets a selected label manufacturer.

    Declaration
    public string SelectedManufacturer { get; }
    Property Value
    Type Description
    System.String

    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.