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