Table of Contents

Class CalculationEditor

Namespace: FastReport.Olap.Code.Editor
Assembly: FastCube.Mono.dll

Calculation editor user control.

public class CalculationEditor : UserControl

Inheritance

objectMarshalByRefObjectComponentControlScrollableControlContainerControlUserControlCalculationEditor

Constructors

CalculationEditor()

Creates a new default instnace.

public CalculationEditor()

Properties

AllowTypeChange

Allows or disallows type change.

public bool AllowTypeChange { get; set; }

Property Value

bool

CalculationType

Gets or sets calculation type.

public CalculationType CalculationType { get; set; }

Property Value

CalculationType

EmptyPrefix

Gets or sets empty prefix.

public string EmptyPrefix { get; set; }

Property Value

string

EventHandler

Gets or sets event handler type.

public Type EventHandler { get; set; }

Property Value

Type

ObjectName

Gets or sets object name.

public string ObjectName { get; set; }

Property Value

string

Slice

Gets or sets the slice.

public Slice Slice { get; set; }

Property Value

Slice

UseFields

Enables or disables fields using.

public bool UseFields { get; set; }

Property Value

bool

Value

Gets or sets the value.

public string Value { get; set; }

Property Value

string

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.