Table of Contents

Class SliceStatusZone

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

Slice status zone.

public class SliceStatusZone : Control

Inheritance

objectMarshalByRefObjectComponentControlSliceStatusZone

Constructors

SliceStatusZone(SliceGrid)

Creates a new instance.

public SliceStatusZone(SliceGrid grid)

Parameters

grid SliceGrid

Properties

AggregateFunctions

Gets or sets agragete function list.

public List<AggregateFunction> AggregateFunctions { get; set; }

Property Value

List<AggregateFunction>

FloatFormat

Gets or sets float format.

public CustomFormat FloatFormat { get; set; }

Property Value

CustomFormat

IntegerFormat

Gets or sets integer format.

public CustomFormat IntegerFormat { get; set; }

Property Value

CustomFormat

Restrictions

Gets or sets restrictions.

public ZoneRestrictions Restrictions { get; set; }

Property Value

ZoneRestrictions

Methods

BeginInit()

Begins initialize.

public void BeginInit()

ContextMenuNeeded()

Returns a context menu (lazy).

protected ContextMenuStrip ContextMenuNeeded()

Returns

ContextMenuStrip

CreateContextMenu()

Creates a context menu.

protected ContextMenuStrip CreateContextMenu()

Returns

ContextMenuStrip

EndInit()

Ends initialize.

public void EndInit()

FullUpdate()

Invokes full update.

public void FullUpdate()

HandleContextPopup(Point)

Handles context popup at point.

protected bool HandleContextPopup(Point pt)

Parameters

pt Point

Returns

bool

ProcessCmdKey(ref Message, Keys)

Processes a command key.

protected override bool ProcessCmdKey(ref Message msg, Keys keyData)

Parameters

msg Message

A System.Windows.Forms.Message, passed by reference, that represents the window message to process.

keyData Keys

One of the System.Windows.Forms.Keys values that represents the key to process.

Returns

bool

true if the character was processed by the control; otherwise, false.