Search Results for

    Show / Hide Table of Contents

    Class MeasurePopup

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    PopupWindow
    CustomNodePopup
    CustomFilterPopup
    MeasurePopup
    Inherited Members
    CustomFilterPopup.Cancel_Click(Object, EventArgs)
    CustomFilterPopup.Ok_Click(Object, EventArgs)
    CustomFilterPopup.SelectAll_Click(Object, EventArgs)
    CustomFilterPopup.ClearAll_Click(Object, EventArgs)
    CustomFilterPopup.InverseAll_Click(Object, EventArgs)
    CustomNodePopup.content
    CustomNodePopup.UpdateConstraints()
    CustomNodePopup.InitializeComponent()
    CustomNodePopup.UpdateUIStyle()
    CustomNodePopup.DropDownCount
    CustomNodePopup.DataProvider
    CustomNodePopup.PopupAt(Point)
    CustomNodePopup.PopupAt(Control, Point)
    CustomNodePopup.CloseUp(Boolean)
    CustomNodePopup.ExpandAll()
    CustomNodePopup.CollapseAll()
    PopupWindow.statusBar
    PopupWindow.Options
    PopupWindow.UIStyle
    PopupWindow.UpdateOptions()
    PopupWindow.ClearFooter()
    PopupWindow.AddFooterButton(Image, Boolean, String, EventHandler)
    PopupWindow.DefaultSize
    PopupWindow.Show(Point)
    PopupWindow.Show(Control, Point)
    PopupWindow.Show(Control, Int32, Int32)
    PopupWindow.OnKeyDown(KeyEventArgs)
    PopupWindow.OnDeactivate(EventArgs)
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class MeasurePopup : CustomFilterPopup, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

    Constructors

    MeasurePopup(Form)

    Declaration
    public MeasurePopup(Form ownerForm)
    Parameters
    Type Name Description
    System.Windows.Forms.Form ownerForm

    Properties

    MeasuresContainer

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

    Methods

    CreateContextMenu()

    Declaration
    protected override ContextMenuStrip CreateContextMenu()
    Returns
    Type Description
    System.Windows.Forms.ContextMenuStrip
    Overrides
    PopupWindow.CreateContextMenu()

    PrepareContextMenuFor(ContextMenuStrip, Object)

    Declaration
    protected override void PrepareContextMenuFor(ContextMenuStrip menu, object Node)
    Parameters
    Type Name Description
    System.Windows.Forms.ContextMenuStrip menu
    System.Object Node
    Overrides
    PopupWindow.PrepareContextMenuFor(ContextMenuStrip, Object)
    Back to top © 1998-2024 Copyright Fast Reports Inc.