Search Results for

    Show / Hide Table of Contents

    Class CubeGrid

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    CustomZoneOwner
    CustomGrid
    CubeGrid
    DetailGrid
    Implements
    IDrawerOwner
    Inherited Members
    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 CubeGrid : CustomGrid, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IDrawerOwner

    Constructors

    CubeGrid()

    Declaration
    public CubeGrid()

    Properties

    CaptionZone

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public CubeCaptionZone CaptionZone { get; }
    Property Value
    Type Description
    CubeCaptionZone

    Cube

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

    DataZone

    Declaration
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public CubeDataZone DataZone { get; }
    Property Value
    Type Description
    CubeDataZone

    FilterManager

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

    Methods

    CreateDataZone()

    Declaration
    protected virtual CubeDataZone CreateDataZone()
    Returns
    Type Description
    CubeDataZone

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    System.Windows.Forms.Control.Dispose(System.Boolean)

    Export(ExportBase)

    Declaration
    public bool Export(ExportBase export)
    Parameters
    Type Name Description
    ExportBase export
    Returns
    Type Description
    System.Boolean

    FullUpdate()

    Declaration
    protected void FullUpdate()

    GetClipboardText()

    Declaration
    public override string GetClipboardText()
    Returns
    Type Description
    System.String
    Overrides
    CustomGrid.GetClipboardText()

    UpdateUIStyle()

    Declaration
    protected override void UpdateUIStyle()
    Overrides
    CustomZoneOwner.UpdateUIStyle()

    Events

    Change

    Declaration
    public event EventHandler Change
    Event Type
    Type Description
    System.EventHandler

    Implements

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