Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the parent of TablixMember object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentTablixMember As TablixMember
Get
'Usage
Dim instance As Group
Dim value As TablixMember
value = instance.ParentTablixMember
[BrowsableAttribute(false)]
public TablixMember ParentTablixMember { get; }
[BrowsableAttribute(false)]
public:
property TablixMember^ ParentTablixMember {
TablixMember^ get ();
}
[<BrowsableAttribute(false)>]
member ParentTablixMember : TablixMember
function get ParentTablixMember () : TablixMember
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.TablixMember
An TablixMember object.