Search Results for

    Show / Hide Table of Contents

    Class DetailDataZone

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZone
    DataZone
    CubeDataZone
    DetailDataZone
    Inherited Members
    CubeDataZone.orderedRecordSet
    CubeDataZone.HasFilteringSupport
    CubeDataZone.UpdateRowCount()
    CubeDataZone.IndicatorSize
    CubeDataZone.FirstCellOffset
    CubeDataZone.RowCount
    CubeDataZone.ColCount
    CubeDataZone.GetRowHeight(Int32)
    CubeDataZone.SetRowHeight(Int32, Int32)
    CubeDataZone.GetColWidth(Int32)
    CubeDataZone.SetColWidth(Int32, Int32)
    CubeDataZone.GetRowIndex(Int32)
    CubeDataZone.GetText(Int32, Int32)
    CubeDataZone.GetFilter(Int32)
    CubeDataZone.GetHeaderOptions(Int32)
    CubeDataZone.DrawHeaderCell(Graphics, Rectangle, Drawer, Int32)
    CubeDataZone.OnPaint(PaintEventArgs)
    CubeDataZone.DropDown(Int32)
    CubeDataZone.CreateContextMenu()
    CubeDataZone.PrepareContextMenuFor(ContextMenuStrip, Point)
    CubeDataZone.HandleContextPopup(Point)
    CubeDataZone.OnMouseDown(MouseEventArgs)
    CubeDataZone.Columns
    DataZone.OwnerGrid
    DataZone.ScrollSize
    DataZone.ClientRectangle
    DataZone.ClientSize
    DataZone.OnClientSizeChanged(EventArgs)
    DataZone.FirstVisibleCol
    DataZone.FirstVisibleRow
    DataZone.LastVisibleCol
    DataZone.LastVisibleRow
    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.GetPointInfo(Point)
    DataZone.MoveScroll(ScrollBar, Int32)
    DataZone.SetScroll(ScrollBar, Int32)
    DataZone.ScrollIfAtBorder(Point)
    DataZone.UpdateCursor()
    DataZone.InvalidatePointInfo()
    DataZone.LastPointInfo
    DataZone.Selection
    DataZone.GetVertScrollMax()
    DataZone.GetHorzScrollMax()
    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.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.AcceptDrag(Object)
    CustomZone.GetDragObject(DragEventArgs)
    CustomZone.OnDragOver(DragEventArgs)
    CustomZone.OnDragLeave(EventArgs)
    CustomZone.OnDragDrop(DragEventArgs)
    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 DetailDataZone : CubeDataZone, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable

    Constructors

    DetailDataZone(CustomGrid)

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

    Properties

    Grid

    Declaration
    public DetailGrid Grid { get; }
    Property Value
    Type Description
    DetailGrid

    ValidData

    Declaration
    protected override bool ValidData { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    CubeDataZone.ValidData

    Methods

    CreateOrderedRecordSet()

    Declaration
    protected override OrderedRecordSet CreateOrderedRecordSet()
    Returns
    Type Description
    OrderedRecordSet
    Overrides
    CubeDataZone.CreateOrderedRecordSet()
    Back to top © 1998-2024 Copyright Fast Reports Inc.