次の方法で共有


Tablix.Corner プロパティ

Tablix の左上隅の領域を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Corner As TablixCorner 
    Get
'使用
Dim instance As Tablix 
Dim value As TablixCorner 

value = instance.Corner
public TablixCorner Corner { get; }
public:
property TablixCorner^ Corner {
    TablixCorner^ get ();
}
member Corner : TablixCorner
function get Corner () : TablixCorner

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.TablixCorner
TablixCorner オブジェクト。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間