Assembly: Matrix;
The IMatrixDataSource interface contains properties and methods of the object that is abstract multidimensional data source.
IMatrixDataSource
| Property name | Brief description | |
| ReadOnly | The ReadOnly property returns whether data source is opened in the read-only mode. |
| Method name | Brief description | |
| CreateDimSelectionSet | The CreateDimSelectionSet method creates a set of selections for data source dimensions. | |
| CreateDimSelectionSetOp | The CreateDimSelectionSetOp method creates a set of selections for dimensions of a data source considering additional parameters. | |
| CreateExecutor | The CreateExecutor method creates an object that is used to work with multidimensional data source data. | |
| Execute | The Execute method calculates data matrix in accordance with the specified elements selection. | |
| SaveData | The SaveData method saves matrix with data into data source. |
See also: