Class CubeGrid
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
CubeGrid
Assembly: FastReport.Olap.dll
Syntax
public class CubeGrid : CustomGrid, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IDrawerOwner
Constructors
CubeGrid()
Declaration
Properties
CaptionZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public CubeCaptionZone CaptionZone { get; }
Property Value
Cube
Declaration
public Cube Cube { get; set; }
Property Value
DataZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public CubeDataZone DataZone { get; }
Property Value
FilterManager
Declaration
public FilterManager FilterManager { get; set; }
Property Value
Methods
CreateDataZone()
Declaration
protected virtual CubeDataZone CreateDataZone()
Returns
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Overrides
System.Windows.Forms.Control.Dispose(System.Boolean)
Export(ExportBase)
Declaration
public bool Export(ExportBase export)
Parameters
Returns
Type |
Description |
System.Boolean |
|
FullUpdate()
Declaration
protected void FullUpdate()
GetClipboardText()
Declaration
public override string GetClipboardText()
Returns
Type |
Description |
System.String |
|
Overrides
UpdateUIStyle()
Declaration
protected override void UpdateUIStyle()
Overrides
Events
Change
Declaration
public event EventHandler Change
Event Type
Type |
Description |
System.EventHandler |
|
Implements