MemberDrillDownValueExpandedSets Property |
Gets the expanded members.
Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IReadOnlyList<DrillDownSet> ExpandedSets { get; }Public ReadOnly Property ExpandedSets As IReadOnlyList(Of DrillDownSet)
Get
public:
property IReadOnlyList<DrillDownSet^>^ ExpandedSets {
IReadOnlyList<DrillDownSet^>^ get ();
}member ExpandedSets : IReadOnlyList<DrillDownSet> with get
Property Value
IReadOnlyListDrillDownSet
See Also