Table of Contents

Class CubeGrid

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

Implementation of cube grid.

public class CubeGrid : CustomGrid, IDrawerOwner

Inheritance

objectMarshalByRefObjectComponentControlCustomZoneOwnerCustomGridCubeGrid

Derived

DetailGrid

Implements

IDrawerOwner

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

CubeCaptionZone

Cube

Gets or sets cube.

public Cube Cube { get; set; }

Property Value

Cube

DataZone

Gets data zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public CubeDataZone DataZone { get; }

Property Value

CubeDataZone

FilterManager

Gets or sets filter manager.

public FilterManager FilterManager { get; set; }

Property Value

FilterManager

Methods

CreateDataZone()

protected virtual CubeDataZone CreateDataZone()

Returns

CubeDataZone

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

bool

FullUpdate()

Invokes full update.

protected void FullUpdate()

GetClipboardText()

Gets clipboard text.

public override string GetClipboardText()

Returns

string

UpdateUIStyle()

Updates user interface style.

protected override void UpdateUIStyle()

Change

Event on changed.

public event EventHandler Change

Event Type

EventHandler