Class SliceStatusZone
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Slice status zone.
public class SliceStatusZone : Control
Inheritance
object ← MarshalByRefObject ← Component ← Control ← SliceStatusZone
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
Methods
BeginInit()
Begins initialize.
public void BeginInit()
ContextMenuNeeded()
Returns a context menu (lazy).
protected ContextMenuStrip ContextMenuNeeded()
Returns
CreateContextMenu()
Creates a context menu.
protected ContextMenuStrip CreateContextMenu()
Returns
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
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
true if the character was processed by the control; otherwise, false.