Del via


TablixMember.ParentTablix 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 ParentTablix As Tablix
    Get
'Usage
Dim instance As TablixMember
Dim value As Tablix

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