Version

AddFilterPart Method (IAxisFilterElement)

Adds a collection of existing filters.
Syntax
'Declaration
 
Sub AddFilterPart( _
   ByVal filterCollection As IMdxCollectionElement, _
   ByVal addToSingleCollection As System.Boolean _
) 
void AddFilterPart( 
   IMdxCollectionElement filterCollection,
   System.bool addToSingleCollection
)

Parameters

filterCollection
Collection of IMdxElement items participating in the filter.
addToSingleCollection
if set to true the collection with the filter items is added to the collection of SingleFilterElements regardless the count of its elements.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub