Class SliceStatusZone
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
SliceStatusZone
Assembly: FastReport.Olap.dll
Syntax
public class SliceStatusZone : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize
Constructors
SliceStatusZone(SliceGrid)
Declaration
public SliceStatusZone(SliceGrid grid)
Parameters
Properties
AggregateFunctions
Declaration
public List<AggregateFunction> AggregateFunctions { get; set; }
Property Value
Declaration
public CustomFormat FloatFormat { get; set; }
Property Value
Declaration
public CustomFormat IntegerFormat { get; set; }
Property Value
Restrictions
Declaration
public ZoneRestrictions Restrictions { get; set; }
Property Value
Methods
BeginInit()
Declaration
Declaration
protected ContextMenuStrip ContextMenuNeeded()
Returns
Type |
Description |
System.Windows.Forms.ContextMenuStrip |
|
Declaration
protected ContextMenuStrip CreateContextMenu()
Returns
Type |
Description |
System.Windows.Forms.ContextMenuStrip |
|
EndInit()
Declaration
FullUpdate()
Declaration
HandleContextPopup(Point)
Declaration
protected bool HandleContextPopup(Point pt)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
pt |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
msg |
|
System.Windows.Forms.Keys |
keyData |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Windows.Forms.Control.ProcessCmdKey(System.Windows.Forms.Message, System.Windows.Forms.Keys)