Table of Contents

Class TopNPopup

Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll

Implementation of popup windor for TopN.

public class TopNPopup : CustomNodePopup

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormPopupWindowCustomNodePopupTopNPopup

Inherited Members

CustomNodePopup.content, CustomNodePopup.DataProvider, CustomNodePopup.DropDownCount, CustomNodePopup.CloseUp(bool), CustomNodePopup.CollapseAll(), CustomNodePopup.ExpandAll(), CustomNodePopup.PopupAt(Point), CustomNodePopup.PopupAt(Control, Point), CustomNodePopup.InitializeComponent(), CustomNodePopup.UpdateConstraints(), CustomNodePopup.UpdateUIStyle(), PopupWindow.statusBar, PopupWindow.Options, PopupWindow.UIStyle, PopupWindow.DefaultSize, PopupWindow.AddFooterButton(Image, bool, string, EventHandler), PopupWindow.ClearFooter(), PopupWindow.CloseUp(bool), PopupWindow.PopupAt(Point), PopupWindow.PopupAt(Control, Point), PopupWindow.Show(Point), PopupWindow.Show(Control, Point), PopupWindow.Show(Control, int, int), PopupWindow.CreateContextMenu(), PopupWindow.InitializeComponent(), PopupWindow.OnDeactivate(EventArgs), PopupWindow.OnKeyDown(KeyEventArgs), PopupWindow.PrepareContextMenuFor(ContextMenuStrip, object), PopupWindow.UpdateConstraints(), PopupWindow.UpdateOptions(), PopupWindow.UpdateUIStyle()

Constructors

TopNPopup(Form)

Creates a new instance.

public TopNPopup(Form ownerForm)

Parameters

ownerForm Form

Properties

DataProvider

Gets or sets data provider.

public TopNDataProvider DataProvider { get; set; }

Property Value

TopNDataProvider

Slice

Gets or sets the slice.

public Slice Slice { get; set; }

Property Value

Slice