Search Results for

    Show / Hide Table of Contents

    Class SliceStatusZone

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    SliceStatusZone
    Namespace: FastReport.Olap.Controls
    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
    Type Name Description
    SliceGrid grid

    Properties

    AggregateFunctions

    Declaration
    public List<AggregateFunction> AggregateFunctions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<AggregateFunction>

    FloatFormat

    Declaration
    public CustomFormat FloatFormat { get; set; }
    Property Value
    Type Description
    CustomFormat

    IntegerFormat

    Declaration
    public CustomFormat IntegerFormat { get; set; }
    Property Value
    Type Description
    CustomFormat

    Restrictions

    Declaration
    public ZoneRestrictions Restrictions { get; set; }
    Property Value
    Type Description
    ZoneRestrictions

    Methods

    BeginInit()

    Declaration
    public void BeginInit()

    ContextMenuNeeded()

    Declaration
    protected ContextMenuStrip ContextMenuNeeded()
    Returns
    Type Description
    System.Windows.Forms.ContextMenuStrip

    CreateContextMenu()

    Declaration
    protected ContextMenuStrip CreateContextMenu()
    Returns
    Type Description
    System.Windows.Forms.ContextMenuStrip

    EndInit()

    Declaration
    public void EndInit()

    FullUpdate()

    Declaration
    public void FullUpdate()

    HandleContextPopup(Point)

    Declaration
    protected bool HandleContextPopup(Point pt)
    Parameters
    Type Name Description
    System.Drawing.Point pt
    Returns
    Type Description
    System.Boolean

    ProcessCmdKey(ref Message, Keys)

    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)
    Back to top © 1998-2024 Copyright Fast Reports Inc.