Aracılığıyla paylaş


CustomData.AllGroups Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Ad Alanı:  Microsoft.ReportingServices.RdlObjectModel
Derleme:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property AllGroups As IEnumerable(Of Group)
    Get
'Kullanım
Dim instance As CustomData
Dim value As IEnumerable(Of Group)

value = instance.AllGroups
public IEnumerable<Group> AllGroups { get; }
public:
property IEnumerable<Group^>^ AllGroups {
    IEnumerable<Group^>^ get ();
}
member AllGroups : IEnumerable<Group>
function get AllGroups () : IEnumerable<Group>

Özellik Değeri

Tür: System.Collections.Generic.IEnumerable<Group>
Bir IEnumerable<T> nesne.