Class CubeGrid
Namespace: FastReport.Olap.Controls
Assembly: FastCube.Mono.dll
Implementation of cube grid.
public class CubeGrid : CustomGrid, IDrawerOwner
Inheritance
object ← MarshalByRefObject ← Component ← Control ← CustomZoneOwner ← CustomGrid ← CubeGrid
Derived
Implements
Inherited Members
CustomGrid.BeforeExport, CustomGrid.OnGetClipboardText, CustomGrid.DefaultSize, CustomGrid.GetClipboardText(), CustomGrid.DoExport(ExportBase), CustomZoneOwner.AutoExpandPopups, CustomZoneOwner.DefaultColumnWidth, CustomZoneOwner.DefaultRowHeight, CustomZoneOwner.Drawer, CustomZoneOwner.UIStyle, CustomZoneOwner.DefaultSize, CustomZoneOwner.UpdateUIStyle()
Constructors
CubeGrid()
Creates a new instance.
public CubeGrid()
Properties
CaptionZone
Gets caption zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public CubeCaptionZone CaptionZone { get; }
Property Value
Cube
Gets or sets cube.
public Cube Cube { get; set; }
Property Value
DataZone
Gets data zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public CubeDataZone DataZone { get; }
Property Value
FilterManager
Gets or sets filter manager.
public FilterManager FilterManager { get; set; }
Property Value
Methods
CreateDataZone()
protected virtual CubeDataZone CreateDataZone()
Returns
Dispose(bool)
Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.
protected override void Dispose(bool disposing)
Parameters
disposing
bool
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Export(ExportBase)
Does the export.
public bool Export(ExportBase export)
Parameters
export
ExportBase
Returns
FullUpdate()
Invokes full update.
protected void FullUpdate()
GetClipboardText()
Gets clipboard text.
public override string GetClipboardText()
Returns
UpdateUIStyle()
Updates user interface style.
protected override void UpdateUIStyle()
Change
Event on changed.
public event EventHandler Change