Search Results for

    Show / Hide Table of Contents

    Class SliceDataZone

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZone
    DataZone
    SliceDataZone
    Inherited Members
    DataZone.OwnerGrid
    DataZone.ScrollSize
    DataZone.ClientRectangle
    DataZone.ClientSize
    DataZone.OnClientSizeChanged(EventArgs)
    DataZone.FirstVisibleCol
    DataZone.FirstVisibleRow
    DataZone.LastVisibleCol
    DataZone.LastVisibleRow
    DataZone.FirstCellOffset
    DataZone.GetRowIndex(Int32)
    DataZone.GetDataPoint(Point)
    DataZone.GetDataRect(Rectangle)
    DataZone.GetDataRect(Point)
    DataZone.GetColHeaderRect(Int32, Int32)
    DataZone.GetRowHeaderRect(Int32, Int32)
    DataZone.StartSelectionUpdate()
    DataZone.StopSelectionUpdate()
    DataZone.GetSelectionMaxCol()
    DataZone.GetSelectionMaxRow()
    DataZone.GetSelectionMaxVisibleCol(Boolean)
    DataZone.GetSelectionMaxVisibleRow(Boolean)
    DataZone.StartSelection(Point)
    DataZone.StartSelection(Int32, Int32, Boolean)
    DataZone.SetSelection(Point)
    DataZone.ClearSelection()
    DataZone.ContinueSelection(Point)
    DataZone.RestoreSelection()
    DataZone.SelectCol(Int32)
    DataZone.SelectCols(Int32, Int32)
    DataZone.SelectRow(Int32)
    DataZone.SelectRows(Int32, Int32)
    DataZone.SelectAll()
    DataZone.SelectCell(Int32, Int32, Boolean)
    DataZone.IsCellSelected(Int32, Int32)
    DataZone.IsCellFocused(Int32, Int32)
    DataZone.MoveFocusedCell(Int32, Int32, Boolean)
    DataZone.GetHeaderOptions(Int32)
    DataZone.GetPointInfo(Point)
    DataZone.MoveScroll(ScrollBar, Int32)
    DataZone.SetScroll(ScrollBar, Int32)
    DataZone.ScrollIfAtBorder(Point)
    DataZone.UpdateCursor()
    DataZone.InvalidatePointInfo()
    DataZone.LastPointInfo
    DataZone.Selection
    DataZone.OnScroll(ScrollEventArgs)
    DataZone.CanUpdateScrolls
    DataZone.UpdateScrolls(Boolean, Boolean)
    DataZone.StopSizing(SizingInfo)
    DataZone.StartSizing(SizingInfo)
    DataZone.MoveSizing(SizingInfo)
    DataZone.EnsureVisible(Int32, Int32)
    DataZone.GetPlainText()
    DataZone.OnMouseDown(MouseEventArgs)
    DataZone.OnMouseMove(MouseEventArgs)
    DataZone.OnMouseUp(MouseEventArgs)
    DataZone.OnMouseLeave(EventArgs)
    DataZone.OnMouseWheel(MouseEventArgs)
    DataZone.IsInputKey(Keys)
    DataZone.OnKeyDown(KeyEventArgs)
    DataZone.OnKeyUp(KeyEventArgs)
    DataZone.ContextMenuStrip
    CustomZone.zoneOwner
    CustomZone.contextMenuStrip
    CustomZone.UpdateSizingDrawInfo(SizingInfo)
    CustomZone.InvalidateSizingLine(SizingInfo)
    CustomZone.DrawSizingLine(Graphics)
    CustomZone.GetDragObject(DragEventArgs)
    CustomZone.OnDragOver(DragEventArgs)
    CustomZone.OnDragLeave(EventArgs)
    CustomZone.MoveDrag(Boolean, Point)
    CustomZone.ProcessCmdKey(Message, Keys)
    CustomZone.ContextMenuNeeded()
    CustomZone.ZoneOwner
    CustomZone.Restrictions
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class SliceDataZone : DataZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    SliceDataZone(CustomGrid)

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

    Properties

    ColCount

    Declaration
    public override int ColCount { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    DataZone.ColCount

    Images

    Declaration
    public ImageList Images { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.ImageList

    RowCount

    Declaration
    public override int RowCount { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    DataZone.RowCount

    SelectedMeasure

    Declaration
    public int SelectedMeasure { get; }
    Property Value
    Type Description
    System.Int32

    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)

    CreateContextMenu()

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

    DoDrawCell(Graphics, Rectangle, MeasureCell, CellState)

    Declaration
    protected void DoDrawCell(Graphics g, Rectangle r, MeasureCell cell, CellState cs)
    Parameters
    Type Name Description
    System.Drawing.Graphics g
    System.Drawing.Rectangle r
    MeasureCell cell
    CellState cs

    DoGetCellImageIndex(MeasureCell, out Int32)

    Declaration
    protected void DoGetCellImageIndex(MeasureCell cell, out int imageIndex)
    Parameters
    Type Name Description
    MeasureCell cell
    System.Int32 imageIndex

    DoGetCellStyle(MeasureCell, CellState, out Style)

    Declaration
    protected void DoGetCellStyle(MeasureCell cell, CellState cs, out Style style)
    Parameters
    Type Name Description
    MeasureCell cell
    CellState cs
    Style style

    DoGetCellText(MeasureCell, out String)

    Declaration
    protected void DoGetCellText(MeasureCell cell, out string text)
    Parameters
    Type Name Description
    MeasureCell cell
    System.String text

    GetColWidth(Int32)

    Declaration
    public override int GetColWidth(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.Int32
    Overrides
    DataZone.GetColWidth(Int32)

    GetHorzScrollMax()

    Declaration
    protected override int GetHorzScrollMax()
    Returns
    Type Description
    System.Int32
    Overrides
    DataZone.GetHorzScrollMax()

    GetRowHeight(Int32)

    Declaration
    public override int GetRowHeight(int Index)
    Parameters
    Type Name Description
    System.Int32 Index
    Returns
    Type Description
    System.Int32
    Overrides
    DataZone.GetRowHeight(Int32)

    GetText(Int32, Int32)

    Declaration
    protected override string GetText(int Col, int RowIndex)
    Parameters
    Type Name Description
    System.Int32 Col
    System.Int32 RowIndex
    Returns
    Type Description
    System.String
    Overrides
    DataZone.GetText(Int32, Int32)

    GetVertScrollMax()

    Declaration
    protected override int GetVertScrollMax()
    Returns
    Type Description
    System.Int32
    Overrides
    DataZone.GetVertScrollMax()

    HandleContextPopup(Point)

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

    OnDragDrop(DragEventArgs)

    Declaration
    protected override void OnDragDrop(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent
    Overrides
    CustomZone.OnDragDrop(DragEventArgs)

    OnMouseDoubleClick(MouseEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e
    Overrides
    System.Windows.Forms.Control.OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs)

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e
    Overrides
    DataZone.OnPaint(PaintEventArgs)

    PrepareContextMenuFor(ContextMenuStrip, Point)

    Declaration
    protected virtual void PrepareContextMenuFor(ContextMenuStrip menu, Point pt)
    Parameters
    Type Name Description
    System.Windows.Forms.ContextMenuStrip menu
    System.Drawing.Point pt

    SetColWidth(Int32, Int32)

    Declaration
    public override void SetColWidth(int Index, int Width)
    Parameters
    Type Name Description
    System.Int32 Index
    System.Int32 Width
    Overrides
    DataZone.SetColWidth(Int32, Int32)

    SetRowHeight(Int32, Int32)

    Declaration
    public override void SetRowHeight(int Index, int Height)
    Parameters
    Type Name Description
    System.Int32 Index
    System.Int32 Height
    Overrides
    DataZone.SetRowHeight(Int32, Int32)

    Events

    OnCellDoubleClick

    Declaration
    public event DataCellDoubleClickEventHandler OnCellDoubleClick
    Event Type
    Type Description
    DataCellDoubleClickEventHandler

    OnDrawCell

    Declaration
    public event DataCellDrawEventHandler OnDrawCell
    Event Type
    Type Description
    DataCellDrawEventHandler

    OnGetCellImageIndex

    Declaration
    public event DataCellImageIndexEventHandler OnGetCellImageIndex
    Event Type
    Type Description
    DataCellImageIndexEventHandler

    OnGetCellStyle

    Declaration
    public event DataCellStyleEventHandler OnGetCellStyle
    Event Type
    Type Description
    DataCellStyleEventHandler

    OnGetCellText

    Declaration
    public event DataCellTextEventHandler OnGetCellText
    Event Type
    Type Description
    DataCellTextEventHandler
    Back to top © 1998-2024 Copyright Fast Reports Inc.