Class SliceGrid
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
SliceGrid
Assembly: FastReport.Olap.dll
Syntax
public class SliceGrid : CustomGrid, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IDrawerOwner
Constructors
SliceGrid()
Declaration
Properties
CaptionZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceCaptionZone CaptionZone { get; }
Property Value
DataZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceDataZone DataZone { get; }
Property Value
FieldsZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceFieldsZone FieldsZone { get; }
Property Value
FilterFieldsZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone FilterFieldsZone { get; }
Property Value
Selection
Declaration
[Browsable(false)]
public Selection Selection { get; }
Property Value
Slice
Declaration
public Slice Slice { get; set; }
Property Value
StatusZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceStatusZone StatusZone { get; }
Property Value
XAxisZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public XAxisZone XAxisZone { get; }
Property Value
XFieldsZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone XFieldsZone { get; }
Property Value
YAxisZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public YAxisZone YAxisZone { get; }
Property Value
YFieldsZone
Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone YFieldsZone { get; }
Property Value
Methods
Export(ExportBase)
Declaration
public bool Export(ExportBase export)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetClipboardText()
Declaration
public override string GetClipboardText()
Returns
Type |
Description |
System.String |
|
Overrides
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
Events
Change
Declaration
public event EventHandler Change
Event Type
Type |
Description |
System.EventHandler |
|
Implements