Version

MdxSlicerSet Class Members

The following tables list the members exposed by MdxSlicerSet.

Public Constructors
 NameDescription
Public ConstructorMdxSlicerSet Constructor  
Public Properties
 NameDescription
Public PropertyElementsGets a collection of all MDX elements particiapting in this MDX set. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public PropertyIsEnabledGets or sets a value indicating whether this MDX is enabled. When the set is disabled it will cause no affect over the final query. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public PropertyMdxExpressionGets the MDX expression. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public PropertyMdxSettingsGets or sets the MDX settings used when the MdxExpression of this set is generated. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public Methods
 NameDescription
Public MethodAddElementAdds IMdxElement to this set. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public MethodCloneCreates a clone of this instance with all its MDX elemetns. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public MethodGetMdxElementsGets list of all MDX elements included in the MDX set which this instance describes. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public MethodRebuildExpressionRebuilds the MDX expression. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Public MethodSupportsElementTypeOverridden.   
Protected Methods
 NameDescription
Protected MethodAddCalculatedMembersWrapps this set expression with AddCalculatedMembers method. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Protected MethodAddElementExpressionAdds the given element's MDX expression to set's expression. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Protected MethodAddVisualTotalsWrapps this set expression with VisualTotals method. (Inherited from Infragistics.Olap.Xmla.MdxSet)
Protected MethodGetMdxExpressionGets the MDX expression. (Inherited from Infragistics.Olap.Xmla.MdxSet)
See Also