Share via


Group.ParentTablixMember Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentTablixMember As TablixMember
    Get
'Usage
Dim instance As Group
Dim value As TablixMember

value = instance.ParentTablixMember
[BrowsableAttribute(false)]
public TablixMember ParentTablixMember { get; }
[BrowsableAttribute(false)]
public:
property TablixMember^ ParentTablixMember {
    TablixMember^ get ();
}
[<BrowsableAttribute(false)>]
member ParentTablixMember : TablixMember
function get ParentTablixMember () : TablixMember