Freigeben über


TablixMember.ParentTablix-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.Tablix
The Tablix that is the parent of the TablixMember.

Siehe auch

Verweis

TablixMember Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace