Matrix: IMatrix;
Matrix: Prognoz.Platform.Interop.Matrix.IMatrix;
The Matrix property returns drillthrough data as a matrix on cube calculation.
The matrix contains:
All cube dimensions except for facts dimension.
Two dummy dimensions:
String number dimension.
Source and field dimension.
First-level sources.
Second-level fields.
All facts from facts dimension.
The property use is given in the example for ICubeInstanceDestinationExecutor.DrillThrough.
See also: