Поделиться через


Свойство TablixHierarchy.TablixMembers

Gets or sets the list of members at the base of the hierarchy.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property TablixMembers As IList(Of TablixMember)
    Get 
    Set
'Применение
Dim instance As TablixHierarchy 
Dim value As IList(Of TablixMember)

value = instance.TablixMembers

instance.TablixMembers = value
public IList<TablixMember> TablixMembers { get; set; }
public:
property IList<TablixMember^>^ TablixMembers {
    IList<TablixMember^>^ get ();
    void set (IList<TablixMember^>^ value);
}
member TablixMembers : IList<TablixMember> with get, set
function get TablixMembers () : IList<TablixMember>
function set TablixMembers (value : IList<TablixMember>)

Значение свойства

Тип: System.Collections.Generic.IList<TablixMember>
The list of members at the base of the hierarchy.

См. также

Справочник

TablixHierarchy Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel