Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the TablixHierarchy 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 ParentTablixHierarchy As TablixHierarchy
Get
'Usage
Dim instance As TablixMember
Dim value As TablixHierarchy
value = instance.ParentTablixHierarchy
[BrowsableAttribute(false)]
public TablixHierarchy ParentTablixHierarchy { get; }
[BrowsableAttribute(false)]
public:
property TablixHierarchy^ ParentTablixHierarchy {
TablixHierarchy^ get ();
}
[<BrowsableAttribute(false)>]
member ParentTablixHierarchy : TablixHierarchy
function get ParentTablixHierarchy () : TablixHierarchy
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TablixHierarchy
A TablixHierarchy object.