IMsProblemVariablesReport

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsproblemVariablesReport interface is used to work with a report on modeling problem variables.

Inheritance Hierarchy

          IMsProblemVariablesReport

Comments

To create report, use the IMsProblem.CreateVariablesReport or IMsProblemCalculation.CreateVariablesReport method.

Properties

  Property name Brief description
The Cube property returns the created virtual cube.
The ModelSpace property returns a modeling container which stores the problem.
The ParamValues property returns values of parameters used for modeling problem calculation.
The Parent property determines a parent object for virtual cube.
The Problem property returns a modeling problem on which the report is based.
The Variables property returns variables included into report.

Methods

  Method name Brief description
The AddSlice method adds the specified variable slice to report.
The AddVariable method adds selected variable to report.
The AddVariableKind method adds all variables of specified type to report.
The CreateDataSource method creates a data source based on the report.
The SetModelSpace method determines modeling container with problem for which report is generated.
The SetupSelection method sets up report selection.

See also:

Ms Assembly Interfaces