The following tables list the members exposed by MdxDimensionAxisSettings.
Name | Description | |
---|---|---|
![]() | MdxDimensionAxisSettings Constructor | Initializes a new instance of the MdxDimensionAxisSettings class. |
Name | Description | |
---|---|---|
![]() | AddCalculatedMembers | Gets or sets a value indicating whether all set expressions of this axis should be wrapped with AddCalculatedMembers method. |
![]() | AddDimensionProperties | Gets or sets a value indicating whether DIMENSION PROPERTIES clause is present for axis' expression. |
![]() | DimensionProperties | Gets the list of the dimension properties to be present on this axis expression. |
![]() | Distinct | Gets or sets a value indicating whether the axis' expression should be wrapped with Distinct method. |
![]() | Hierarchize | Gets or sets a value indicating whether the axis' expression should be wrapped with Hierarchize method. |
![]() | MdxSetSettings | Gets the MDX set settings applied to all sets of this axis. |
![]() | NonEmpty | Gets or sets a value indicating whether NON EMPTY clause is present for axis' expression. |
![]() | VisualTotals | Gets or sets a value indicating whether all set expressions of this axis should be wrapped with VisualTotals method. |
View on GitHub