Available in: Logi Info | Source code name: MdxAxisDimension |
MdxAxisDimensions specify the Dimensions that will be shown in an OlapTable or OlapGrid, across the top or left side. Generally, the OlapTable requires MdxAxisDimensions, since the user has no way of adding them. But the OlapGrid allows user selection of Dimensions, so MdxAxisDimensions need only be specified for "default" Dimensions.
There must be at least one Dimension for the left axis to see any OLAP results.
You may specify a Hierarchy in the DimensionName attribute. For example: [MyDimension].[MyHierarchy]
You may have any number of MdxAxisDimensions for either Axis. |