Search Results for

    Show / Hide Table of Contents

    Class RangeEditorForm

    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
    RangeEditorForm
    Inherited Members
    BaseDialogForm.btnCancel
    BaseDialogForm.btnOk
    Namespace: FastReport.Olap.Forms
    Assembly: FastReport.Olap.dll
    Syntax
    public class RangeEditorForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    RangeEditorForm()

    Declaration
    public RangeEditorForm()

    Properties

    Ranges

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

    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(Ranges)

    Declaration
    public static bool Edit(Ranges ranges)
    Parameters
    Type Name Description
    Ranges ranges
    Returns
    Type Description
    System.Boolean

    Localize()

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