Search Results for

    Show / Hide Table of Contents

    Class AxisEditorForm

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    BaseDialogForm
    AxisEditorForm
    Inherited Members
    BaseDialogForm.btnCancel
    BaseDialogForm.btnOk
    Namespace: FastReport.Olap.Forms
    Assembly: FastReport.Olap.dll
    Syntax
    public class AxisEditorForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    AxisEditorForm(AxisContainer)

    Declaration
    public AxisEditorForm(AxisContainer axis)
    Parameters
    Type Name Description
    AxisContainer axis

    Properties

    Axis

    Declaration
    public AxisContainer Axis { get; set; }
    Property Value
    Type Description
    AxisContainer

    Slice

    Declaration
    public Slice Slice { get; set; }
    Property Value
    Type Description
    Slice

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    Overrides
    BaseDialogForm.Dispose(Boolean)

    Edit(AxisContainer, Int32)

    Declaration
    public static bool Edit(AxisContainer axis, int tabIndex = 0)
    Parameters
    Type Name Description
    AxisContainer axis
    System.Int32 tabIndex
    Returns
    Type Description
    System.Boolean

    Execute()

    Declaration
    public bool Execute()
    Returns
    Type Description
    System.Boolean

    Localize()

    Declaration
    public override void Localize()
    Overrides
    BaseDialogForm.Localize()
    Back to top © 1998-2024 Copyright Fast Reports Inc.