Class ExpressionEditorForm
Namespace: FastReport.Olap.Forms
Assembly: FastCube.Mono.dll
Expression editor.
public class ExpressionEditorForm : BaseDialogForm
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← Form ← BaseDialogForm ← ExpressionEditorForm
Inherited Members
BaseDialogForm.Localize(), BaseDialogForm.Dispose(bool), BaseDialogForm.btnCancel, BaseDialogForm.btnOk
Constructors
ExpressionEditorForm(Slice)
Creates a new instance.
public ExpressionEditorForm(Slice slice)
Parameters
slice
Slice
Properties
ExpressionText
Gets or sets expression text.
public string ExpressionText { get; set; }
Property Value
UseFields
Gets or sets indiator that is use fields.
public bool UseFields { get; set; }
Property Value
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.
Localize()
Localizes the dialog controls.
public override void Localize()
Remarks
Use this method to set control's captions specific to the current locale.