IMsProblemVariablesReport.CreateDataSource

Syntax

CreateDataSource:IMatrixDataSource;

Description

The CreateDataSource method creates a data source based on the report.

Comments

The source is empty if it was created before the variables are added to the report. Use IMsProblemVariablesReport.AddVariable and IMsProblemVariablesReport.AddVariableKind to add variables.

Example

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

See also:

IMsProblemVariablesReport