Table of Contents

Class CubeFieldsPopup

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

Implementation of popup window for cube fields.

public class CubeFieldsPopup : CustomNodePopup

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormPopupWindowCustomNodePopupCubeFieldsPopup

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

CubeFieldsPopup(Form)

Creates a new instance.

public CubeFieldsPopup(Form ownerForm)

Parameters

ownerForm Form

Properties

Cube

Gets or sets the cube.

public Cube Cube { get; set; }

Property Value

Cube

DataProvider

Gets or sets data provider.

public CubeFieldsDataProvider DataProvider { get; set; }

Property Value

CubeFieldsDataProvider