Version

MdxSlicerAxis Class Members

The following tables list the members exposed by MdxSlicerAxis.

Public Constructors
 NameDescription
Public ConstructorMdxSlicerAxis ConstructorInitializes a new instance of the MdxAxis class.  
Public Properties
 NameDescription
Public PropertyAxisIndexGets or sets the index of this axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Public PropertyColumnsFilter  
Public PropertyFiltersFilter  
Public PropertyMdxExpressionGets the MDX expression. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Public PropertyMdxSettingsGets or sets the MDX settings used when the MdxExpression of this axis is generated. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Public PropertyMeasureFilter  
Public PropertyRowsFilter  
Public PropertySetsGets the sets of this axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Protected Properties
 NameDescription
Protected PropertyMdxDimensionAxisSettingsGets the settings applied to MDX dimension axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Public Methods
 NameDescription
Public MethodAddSetAdds a IMdxSet to this axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Public MethodGetMdxSetsGets list of all IMdxSet elements included in the MDX axis which this instance describes. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Public MethodRebuildExpressionRebuilds the MDX expression. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Protected Methods
 NameDescription
Protected MethodAddAxisNameAdds the name of the axis to this axis' expression. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Protected MethodAddDimensionPropertiesAdds the DIMENSION PROPERTIES clause for this axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Protected MethodAddDisctinctWrapps this axis' expression with Distinct method. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Protected MethodAddNonEmptyAdds the NON EMPTY clause for this axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
Protected MethodGetMdxExpressionGets the MDX expression of this axis. (Inherited from Infragistics.Olap.Xmla.MdxAxis)
See Also