Ms > Ms Assembly Interfaces > IMsProblemVariablesReport
Assembly: Ms;
The IMsproblemVariablesReport interface is used to work with a report on modeling problem variables.
IMsProblemVariablesReport
To create report, use the IMsProblem.CreateVariablesReport or IMsProblemCalculation.CreateVariablesReport method.
Property name | Brief description | |
![]() |
Cube | The Cube property returns the created virtual cube. |
![]() |
ModelSpace | The ModelSpace property returns a modeling container which stores the problem. |
![]() |
ParamValues | The ParamValues property returns values of parameters used for modeling problem calculation. |
![]() |
Parent | The Parent property determines a parent object for virtual cube. |
![]() |
Problem | The Problem property returns a modeling problem on which the report is based. |
![]() |
Variables | The Variables property returns variables included into report. |
Method name | Brief description | |
![]() |
AddSlice | The AddSlice method adds the specified variable slice to report. |
![]() |
AddVariable | The AddVariable method adds selected variable to report. |
![]() |
AddVariableKind | The AddVariableKind method adds all variables of specified type to report. |
![]() |
CreateDataSource | The CreateDataSource method creates a data source based on the report. |
![]() |
SetModelSpace | The SetModelSpace method determines modeling container with problem for which report is generated. |
![]() |
SetupSelection | The SetupSelection method sets up report selection. |
See also: