Table of Contents

Class MeasureEditorForm

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

Editor for measure.

public class MeasureEditorForm : BaseDialogForm

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormBaseDialogFormMeasureEditorForm

Inherited Members

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

Constructors

MeasureEditorForm()

Creates a new instance.

public MeasureEditorForm()

Properties

Field

Gets or sets reference to field.

public MeasureField Field { get; set; }

Property Value

MeasureField

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(MeasureField, int)

Shows edit form.

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

Parameters

field MeasureField

tabIndex int

Returns

bool

Execute()

Executes the form.

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.