Search Results for

    Show / Hide Table of Contents

    Class SliceGrid

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

    Constructors

    SliceGrid()

    Declaration
    public SliceGrid()

    Properties

    CaptionZone

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

    DataZone

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

    FieldsZone

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

    FilterFieldsZone

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

    Selection

    Data zone selection

    Declaration
    [Browsable(false)]
    public Selection Selection { get; }
    Property Value
    Type Description
    Selection

    Slice

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

    StatusZone

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

    XAxisZone

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

    XFieldsZone

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

    YAxisZone

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

    YFieldsZone

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

    Methods

    Export(ExportBase)

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

    GetClipboardText()

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

    OnVisibleChanged(EventArgs)

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

    ShowFieldsEditor()

    Declaration
    public void ShowFieldsEditor()

    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.