Class CalculationEditor
Namespace: FastReport.Olap.Code.Editor
Assembly: FastCube.Mono.dll
Calculation editor user control.
public class CalculationEditor : UserControl
Inheritance
object ← MarshalByRefObject ← Component ← Control ← ScrollableControl ← ContainerControl ← UserControl ← CalculationEditor
Constructors
CalculationEditor()
Creates a new default instnace.
public CalculationEditor()
Properties
AllowTypeChange
Allows or disallows type change.
public bool AllowTypeChange { get; set; }
Property Value
CalculationType
Gets or sets calculation type.
public CalculationType CalculationType { get; set; }
Property Value
EmptyPrefix
Gets or sets empty prefix.
public string EmptyPrefix { get; set; }
Property Value
EventHandler
Gets or sets event handler type.
public Type EventHandler { get; set; }
Property Value
ObjectName
Gets or sets object name.
public string ObjectName { get; set; }
Property Value
Slice
Gets or sets the slice.
public Slice Slice { get; set; }
Property Value
UseFields
Enables or disables fields using.
public bool UseFields { get; set; }
Property Value
Value
Gets or sets the value.
public string Value { 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.