Ms > Ms Assembly Interfaces > IMsProblemVariablesReport
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.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 | |
![]() |
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. |
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: