Search Results for

    Show / Hide Table of Contents

    Class DetailGrid

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZoneOwner
    CustomGrid
    CubeGrid
    DetailGrid
    Implements
    IDrawerOwner
    Inherited Members
    CubeGrid.Dispose(Boolean)
    CubeGrid.UpdateUIStyle()
    CubeGrid.FullUpdate()
    CubeGrid.GetClipboardText()
    CubeGrid.Cube
    CubeGrid.FilterManager
    CubeGrid.Export(ExportBase)
    CubeGrid.CaptionZone
    CubeGrid.DataZone
    CubeGrid.Change
    CustomGrid.DoExport(ExportBase)
    CustomGrid.DefaultSize
    CustomGrid.OnGetClipboardText
    CustomGrid.BeforeExport
    CustomZoneOwner.UIStyle
    CustomZoneOwner.Drawer
    CustomZoneOwner.AutoExpandPopups
    CustomZoneOwner.DefaultColumnWidth
    CustomZoneOwner.DefaultRowHeight
    Namespace: FastReport.Olap.Controls
    Assembly: FastReport.Olap.dll
    Syntax
    public class DetailGrid : CubeGrid, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IDrawerOwner

    Properties

    Position

    Declaration
    public Point Position { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    Slice

    Declaration
    public Slice Slice { get; set; }
    Property Value
    Type Description
    Slice

    Methods

    CreateDataZone()

    Declaration
    protected override CubeDataZone CreateDataZone()
    Returns
    Type Description
    CubeDataZone
    Overrides
    CubeGrid.CreateDataZone()

    ShowDetails(Slice, Point, CubeDataColumns, UIStyle)

    Declaration
    public static void ShowDetails(Slice slice, Point position, CubeDataColumns columns, UIStyle uiStyle)
    Parameters
    Type Name Description
    Slice slice
    System.Drawing.Point position
    CubeDataColumns columns
    UIStyle uiStyle

    Implements

    IDrawerOwner
    Back to top © 1998-2024 Copyright Fast Reports Inc.