共用方式為


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 命名空間