Class DimensionEditorForm
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
DimensionEditorForm
Namespace: FastReport.Olap.Forms
Assembly: FastReport.Olap.dll
Syntax
public class DimensionEditorForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
DimensionEditorForm()
Declaration
public DimensionEditorForm()
Properties
Field
Declaration
public AxisField Field { get; set; }
Property Value
Type | Description |
---|---|
AxisField |
Slice
Declaration
public Slice Slice { get; set; }
Property Value
Type | Description |
---|---|
Slice |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
Edit(AxisField, Int32)
Declaration
public static bool Edit(AxisField field, int tabIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
AxisField | field | |
System.Int32 | tabIndex |
Returns
Type | Description |
---|---|
System.Boolean |
Execute()
Declaration
public bool Execute()
Returns
Type | Description |
---|---|
System.Boolean |
Localize()
Declaration
public override void Localize()