Propriedade do RDL TablixMember.ParentTablix
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the Tablix that is the parent of the TablixMember.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentTablix As Tablix
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.Tablix
The Tablix that is the parent of the TablixMember.