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 submembers that are contained within this member.
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 TablixMember
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>
A list of submembers that are contained within this member.