次の方法で共有


TablixCornerRow.Item プロパティ

指定したインデックスにある Tablix コーナー セルを取得します。

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

構文

'宣言
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As TablixCornerCell 
    Get
'使用
Dim instance As TablixCornerRow 
Dim index As Integer 
Dim value As TablixCornerCell 

value = instance(index)
public override TablixCornerCell this[
    int index
] { get; }
public:
virtual property TablixCornerCell^ default[int index] {
    TablixCornerCell^ get (int index) override;
}
abstract Item : TablixCornerCell 
override Item : TablixCornerCell
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    Tablix コーナー セルのインデックス。

プロパティ値

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

関連項目

参照

TablixCornerRow クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間