ParameterValueDataCollapsedSets Property |
Gets the collapsed members.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "collapsedSets", EmitDefaultValue = false)]
public IList<DrillDownSetData> CollapsedSets { get; }
<DataMemberAttribute(Name := "collapsedSets", EmitDefaultValue := false)>
Public ReadOnly Property CollapsedSets As IList(Of DrillDownSetData)
Get
public:
[DataMemberAttribute(Name = L"collapsedSets", EmitDefaultValue = false)]
property IList<DrillDownSetData^>^ CollapsedSets {
IList<DrillDownSetData^>^ get ();
}
[<DataMemberAttribute(Name = "collapsedSets", EmitDefaultValue = false)>]
member CollapsedSets : IList<DrillDownSetData> with get
Property Value
Type:
IListDrillDownSetDataSee Also