Class SliceGrid
Namespace: FastReport.Olap.Controls
Assembly: FastCube.WinForms.dll
Slice grid implementation of custom grid.
public class SliceGrid : CustomGrid, IDrawerOwner
Inheritance
object ← MarshalByRefObject ← Component ← Control ← CustomZoneOwner ← CustomGrid ← SliceGrid
Implements
Inherited Members
CustomGrid.BeforeExport, CustomGrid.OnGetClipboardText, CustomGrid.DefaultSize, CustomGrid.GetClipboardText(), CustomGrid.DoExport(ExportBase), CustomZoneOwner.AutoExpandPopups, CustomZoneOwner.DefaultColumnWidth, CustomZoneOwner.DefaultRowHeight, CustomZoneOwner.Drawer, CustomZoneOwner.UIStyle, CustomZoneOwner.DefaultSize, CustomZoneOwner.UpdateUIStyle()
Constructors
SliceGrid()
Creates a new instance.
public SliceGrid()
Properties
CaptionZone
Gets caption zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceCaptionZone CaptionZone { get; }
Property Value
DataZone
Gets data zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceDataZone DataZone { get; }
Property Value
FieldsZone
Gets fields zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceFieldsZone FieldsZone { get; }
Property Value
FilterFieldsZone
Gets filter fields zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone FilterFieldsZone { get; }
Property Value
Selection
Gets data zone selection.
[Browsable(false)]
public Selection Selection { get; }
Property Value
Selection
Slice
Gets or sets the slice.
public Slice Slice { get; set; }
Property Value
Slice
StatusZone
Gets the status zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceStatusZone StatusZone { get; }
Property Value
XAxisZone
Getx x axis zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public XAxisZone XAxisZone { get; }
Property Value
XFieldsZone
Gets x fields zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone XFieldsZone { get; }
Property Value
YAxisZone
Gets y axis zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public YAxisZone YAxisZone { get; }
Property Value
YFieldsZone
Gets y fields zone.
[TypeConverter(typeof(ExpandableObjectConverter))]
public SliceItemsZone YFieldsZone { get; }
Property Value
Methods
Export(ExportBase)
Does the export.
public bool Export(ExportBase export)
Parameters
export
ExportBase
Returns
GetClipboardText()
Gets clipboard text.
public override string GetClipboardText()
Returns
OnVisibleChanged(EventArgs)
Raises the System.Windows.Forms.Control.VisibleChanged event.
protected override void OnVisibleChanged(EventArgs e)
Parameters
An System.EventArgs that contains the event data.
ShowFieldsEditor()
Shows fields editor.
public void ShowFieldsEditor()
UpdateUIStyle()
Updates user interface style.
protected override void UpdateUIStyle()
Change
Event on changed.
public event EventHandler Change