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