IMsProblemVariablesReport.AddVariable

Syntax

AddVariable(Value: IVariableStub): Integer;

Parameters

Value. The variable that should be added to report.

Description

The AddVariable method adds selected variable to report.

Comments

Value. The added variable must be presented as an abstract data source.

After execution AddVariable returns the index of added variable.

Example

The property use is given in the example for IMsProblem.CreateVariablesReport.

See also:

IMsProblemVariablesReport