Search Results for

    Show / Hide Table of Contents

    Class SliceFieldsZone

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZone
    ItemsZone
    SliceFieldsZone
    Inherited Members
    ItemsZone.popupWindow
    ItemsZone.dropDownFromItem
    ItemsZone.ItemDirection
    ItemsZone.GetItemsRectangle()
    ItemsZone.GetIndexAt(Point)
    ItemsZone.GetItemRect(Int32)
    ItemsZone.InvalidateItem(Int32)
    ItemsZone.InvalidateScroll(Scrollers)
    ItemsZone.InvalidatePointInfo()
    ItemsZone.GetItemHeight(Int32)
    ItemsZone.SetItemWidth(Int32, Int32)
    ItemsZone.GetItemSortDirection(Object)
    ItemsZone.GetItemImageIndex(Int32)
    ItemsZone.GetEmptyText()
    ItemsZone.GetDragIndexAt(Point, Int32)
    ItemsZone.UpdateLayout()
    ItemsZone.Scroll(Scrollers)
    ItemsZone.PaintScroller(Graphics, Rectangle, Scrollers, Boolean)
    ItemsZone.PaintItem(Graphics, Rectangle, Int32)
    ItemsZone.OnPaint(PaintEventArgs)
    ItemsZone.GetPointInfo(Point)
    ItemsZone.DropDown(Int32)
    ItemsZone.UpdateCursor()
    ItemsZone.FullUpdate()
    ItemsZone.StartSizing(SizingInfo)
    ItemsZone.MoveSizing(SizingInfo)
    ItemsZone.StopSizing(SizingInfo)
    ItemsZone.PrepareContextMenuFor(ContextMenuStrip, Int32)
    ItemsZone.HandleContextPopup(Point)
    ItemsZone.MoveDrag(Boolean, Point)
    ItemsZone.InitDrag()
    ItemsZone.OnMouseDown(MouseEventArgs)
    ItemsZone.OnMouseUp(MouseEventArgs)
    ItemsZone.OnMouseMove(MouseEventArgs)
    ItemsZone.OnMouseLeave(EventArgs)
    ItemsZone.OnClientSizeChanged(EventArgs)
    ItemsZone.AllowDrag
    ItemsZone.FirstVisibleItem
    ItemsZone.LastPointInfo
    ItemsZone.ContextMenuStrip
    ItemsZone.Images
    ItemsZone.RequiredSize
    ItemsZone.Spacing
    ItemsZone.OnGetImageIndex
    CustomZone.zoneOwner
    CustomZone.contextMenuStrip
    CustomZone.UpdateSizingDrawInfo(SizingInfo)
    CustomZone.InvalidateSizingLine(SizingInfo)
    CustomZone.DrawSizingLine(Graphics)
    CustomZone.GetDragObject(DragEventArgs)
    CustomZone.OnDragOver(DragEventArgs)
    CustomZone.OnDragLeave(EventArgs)
    CustomZone.ProcessCmdKey(Message, Keys)
    CustomZone.CreateContextMenu()
    CustomZone.ContextMenuNeeded()
    CustomZone.ZoneOwner
    CustomZone.Restrictions
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class SliceFieldsZone : ItemsZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    SliceFieldsZone(CustomGrid)

    Declaration
    public SliceFieldsZone(CustomGrid Grid)
    Parameters
    Type Name Description
    CustomGrid Grid

    Properties

    ItemCount

    Declaration
    protected override int ItemCount { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    ItemsZone.ItemCount

    Methods

    AcceptDrag(Object)

    Declaration
    protected override bool AcceptDrag(object dragItem)
    Parameters
    Type Name Description
    System.Object dragItem
    Returns
    Type Description
    System.Boolean
    Overrides
    CustomZone.AcceptDrag(Object)

    CreatePopupWindow(Object)

    Declaration
    protected override PopupWindow CreatePopupWindow(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    PopupWindow
    Overrides
    ItemsZone.CreatePopupWindow(Object)

    GetItem(Int32)

    Declaration
    public override object GetItem(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.Object
    Overrides
    ItemsZone.GetItem(Int32)

    GetItemOptions(Object)

    Declaration
    protected override ItemOptions GetItemOptions(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    ItemOptions
    Overrides
    ItemsZone.GetItemOptions(Object)

    GetItemText(Object)

    Declaration
    protected override string GetItemText(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    System.String
    Overrides
    ItemsZone.GetItemText(Object)

    GetItemWidth(Int32)

    Declaration
    protected override int GetItemWidth(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.Int32
    Overrides
    ItemsZone.GetItemWidth(Int32)

    OnDragDrop(DragEventArgs)

    Declaration
    protected override void OnDragDrop(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent
    Overrides
    CustomZone.OnDragDrop(DragEventArgs)
    Back to top © 1998-2024 Copyright Fast Reports Inc.