Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of members at the base of the hierarchy.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property TablixMembers As IList(Of TablixMember)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<TablixMember>
The list of members at the base of the hierarchy.