Table of Contents

Class SliceFieldsPopup

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

Implementation of popup window for slice fields.

public class SliceFieldsPopup : CustomNodePopup

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormPopupWindowCustomNodePopupSliceFieldsPopup

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

SliceFieldsPopup(Form)

Creates a new instance.

public SliceFieldsPopup(Form ownerForm)

Parameters

ownerForm Form

Properties

DataProvider

Gets or sets data provider.

public SliceFieldsDataProvider DataProvider { get; set; }

Property Value

SliceFieldsDataProvider

Slice

Gets or sets the slice.

public Slice Slice { get; set; }

Property Value

Slice