Class CalculationEditor
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
CalculationEditor
Namespace: FastReport.Olap.Code.Editor
Assembly: FastReport.Olap.dll
Syntax
public class CalculationEditor : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
CalculationEditor()
Declaration
public CalculationEditor()
Properties
AllowTypeChange
Declaration
public bool AllowTypeChange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CalculationType
Declaration
public CalculationType CalculationType { get; set; }
Property Value
Type | Description |
---|---|
CalculationType |
EmptyPrefix
Declaration
public string EmptyPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EventHandler
Declaration
public Type EventHandler { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Slice
Declaration
public Slice Slice { get; set; }
Property Value
Type | Description |
---|---|
Slice |
UseFields
Declaration
public bool UseFields { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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
System.Windows.Forms.ContainerControl.Dispose(System.Boolean)