Class Designer
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form
Designer
Namespace: FastReport.Olap.Code.Editor
Assembly: FastReport.Olap.dll
Syntax
public class Designer : BaseDialogForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
Designer()
Declaration
public Designer()
Properties
Editor
Declaration
public TextBox Editor { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.TextBox |
Script
Declaration
public string Script { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Slice
Declaration
public Slice Slice { get; set; }
Property Value
Type | Description |
---|---|
Slice |
UIStyle
Gets or sets the visual style.
Declaration
public UIStyle UIStyle { get; set; }
Property Value
Type | Description |
---|---|
UIStyle |
Methods
CanRedo()
Declaration
public bool CanRedo()
Returns
Type | Description |
---|---|
System.Boolean |
CanUndo()
Declaration
public bool CanUndo()
Returns
Type | Description |
---|---|
System.Boolean |
Copy()
Declaration
public void Copy()
Cut()
Declaration
public void Cut()
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
Execute()
Declaration
public bool Execute()
Returns
Type | Description |
---|---|
System.Boolean |
Localize()
Declaration
public override void Localize()
Overrides
Paste()
Declaration
public void Paste()
RestoreState()
Declaration
public void RestoreState()
SaveState()
Declaration
public void SaveState()
UpdateLanguage()
Declaration
public void UpdateLanguage()
UpdateOptions()
Declaration
public void UpdateOptions()
UpdateUIStyle()
Declaration
public void UpdateUIStyle()