CellsetCollapsedSets Property  | 
 
            Gets the collapsed sets.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<DrillDownSet> CollapsedSets { get; }Public ReadOnly Property CollapsedSets As IList(Of DrillDownSet)
	Get
public:
property IList<DrillDownSet^>^ CollapsedSets {
	IList<DrillDownSet^>^ get ();
}member CollapsedSets : IList<DrillDownSet> with get
Property Value
Type: 
IListDrillDownSet
See Also