Condividi tramite


Proprietà TablixMember.ParentTablix

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the Tablix that is the parent of the TablixMember.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentTablix As Tablix 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TablixMember Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel