この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
TablixMember の親である Tablix を取得します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentTablix As Tablix
Get
'使用
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
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.Tablix
TablixMember の親である Tablix。