TablixMember.ParentTablix Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the Tablix that is the parent of the TablixMember.
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
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Tablix
The Tablix that is the parent of the TablixMember.