Table of Contents

Class DimensionEditorForm

Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll

Dimension editor.

public class DimensionEditorForm : BaseDialogForm

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormBaseDialogFormDimensionEditorForm

Inherited Members

BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk

Constructors

DimensionEditorForm()

Creates a new instance.

public DimensionEditorForm()

Properties

Field

Gets or sets reference to field.

public AxisField Field { get; set; }

Property Value

AxisField

Slice

Gets or sets reference to slice.

public Slice Slice { get; set; }

Property Value

Slice

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

Edit(AxisField, int)

Shows the editor form.

public static bool Edit(AxisField field, int tabIndex = 0)

Parameters

field AxisField

tabIndex int

Returns

bool

Execute()

Executes form System.Windows.Forms.Form.ShowDialog.

public bool Execute()

Returns

bool

Localize()

Localizes the dialog controls.

public override void Localize()

Remarks

Use this method to set control's captions specific to the current locale.