Table of Contents

Class SliceGrid

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

Slice grid implementation of custom grid.

public class SliceGrid : CustomGrid, IDrawerOwner

Inheritance

objectMarshalByRefObjectComponentControlCustomZoneOwnerCustomGridSliceGrid

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

SliceGrid()

Creates a new instance.

public SliceGrid()

Properties

CaptionZone

Gets caption zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceCaptionZone CaptionZone { get; }

Property Value

SliceCaptionZone

DataZone

Gets data zone.

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

Property Value

SliceDataZone

FieldsZone

Gets fields zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceFieldsZone FieldsZone { get; }

Property Value

SliceFieldsZone

FilterFieldsZone

Gets filter fields zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone FilterFieldsZone { get; }

Property Value

SliceItemsZone

Selection

Gets data zone selection.

[Browsable(false)]
public Selection Selection { get; }

Property Value

Selection

Slice

Gets or sets the slice.

public Slice Slice { get; set; }

Property Value

Slice

StatusZone

Gets the status zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceStatusZone StatusZone { get; }

Property Value

SliceStatusZone

XAxisZone

Getx x axis zone.

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

Property Value

XAxisZone

XFieldsZone

Gets x fields zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone XFieldsZone { get; }

Property Value

SliceItemsZone

YAxisZone

Gets y axis zone.

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

Property Value

YAxisZone

YFieldsZone

Gets y fields zone.

[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone YFieldsZone { get; }

Property Value

SliceItemsZone

Methods

Export(ExportBase)

Does the export.

public bool Export(ExportBase export)

Parameters

export ExportBase

Returns

bool

GetClipboardText()

Gets clipboard text.

public override string GetClipboardText()

Returns

string

OnVisibleChanged(EventArgs)

Raises the System.Windows.Forms.Control.VisibleChanged event.

protected override void OnVisibleChanged(EventArgs e)

Parameters

e EventArgs

An System.EventArgs that contains the event data.

ShowFieldsEditor()

Shows fields editor.

public void ShowFieldsEditor()

UpdateUIStyle()

Updates user interface style.

protected override void UpdateUIStyle()

Change

Event on changed.

public event EventHandler Change

Event Type

EventHandler