Class ExpressionEditorForm
Inheritance
System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    System.Windows.Forms.Control
    System.Windows.Forms.ScrollableControl
    System.Windows.Forms.ContainerControl
    System.Windows.Forms.Form
    
    ExpressionEditorForm
  Namespace: FastReport.Olap.Forms
Assembly: FastReport.Olap.dll
Syntax
public class ExpressionEditorForm : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControlConstructors
ExpressionEditorForm(Slice)
Declaration
public ExpressionEditorForm(Slice slice)Parameters
| Type | Name | Description | 
|---|---|---|
| Slice | slice | 
Properties
ExpressionText
Declaration
public string ExpressionText { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
UseFields
Declaration
public bool UseFields { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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
Localize()
Declaration
public override void Localize()