Table of Contents

Class DetailGrid

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

Detail grid implementaton of cube grid.

public class DetailGrid : CubeGrid, IDrawerOwner

Inheritance

objectMarshalByRefObjectComponentControlCustomZoneOwnerCustomGridCubeGridDetailGrid

Implements

IDrawerOwner

Inherited Members

CubeGrid.Change, CubeGrid.CaptionZone, CubeGrid.Cube, CubeGrid.DataZone, CubeGrid.FilterManager, CubeGrid.Export(ExportBase), CubeGrid.GetClipboardText(), CubeGrid.CreateDataZone(), CubeGrid.Dispose(bool), CubeGrid.FullUpdate(), CubeGrid.UpdateUIStyle(), 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()

Properties

Position

Gets or sets position point.

public Point Position { get; set; }

Property Value

Point

Slice

Gets or sets the slice.

public Slice Slice { get; set; }

Property Value

Slice

Methods

CreateDataZone()

protected override CubeDataZone CreateDataZone()

Returns

CubeDataZone

ShowDetails(Slice, Point, CubeDataColumns, UIStyle)

Shows details.

public static void ShowDetails(Slice slice, Point position, CubeDataColumns columns, UIStyle uiStyle)

Parameters

slice Slice

position Point

columns CubeDataColumns

uiStyle UIStyle