Class TopNPopup
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
TopNPopup
Inherited Members
Namespace: FastReport.Olap.Controls
Assembly: FastReport.Olap.dll
Syntax
public class TopNPopup : CustomNodePopup, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
TopNPopup(Form)
Declaration
public TopNPopup(Form ownerForm)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Form | ownerForm |
Properties
DataProvider
Declaration
public TopNDataProvider DataProvider { get; set; }
Property Value
Type | Description |
---|---|
TopNDataProvider |
Slice
Declaration
public Slice Slice { get; set; }
Property Value
Type | Description |
---|---|
Slice |