RepeaterGroupDataColumnGroupingAdapterIds Property |
Gets a collection of IDs of the adapters contained within this group to be repeated for each column grouping.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "columnGroupingAdapterIds", EmitDefaultValue = false)]
public IList<Guid> ColumnGroupingAdapterIds { get; }
<DataMemberAttribute(Name := "columnGroupingAdapterIds", EmitDefaultValue := false)>
Public ReadOnly Property ColumnGroupingAdapterIds As IList(Of Guid)
Get
public:
[DataMemberAttribute(Name = L"columnGroupingAdapterIds", EmitDefaultValue = false)]
property IList<Guid>^ ColumnGroupingAdapterIds {
IList<Guid>^ get ();
}
[<DataMemberAttribute(Name = "columnGroupingAdapterIds", EmitDefaultValue = false)>]
member ColumnGroupingAdapterIds : IList<Guid> with get
Property Value
Type:
IListGuid
See Also