次の方法で共有


TextRunCollection.Item プロパティ

指定したインデックスにあるアイテムを取得します。

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

構文

'宣言
Public Overrides ReadOnly Default Property Item ( _
    i As Integer _
) As TextRun 
    Get
'使用
Dim instance As TextRunCollection 
Dim i As Integer 
Dim value As TextRun 

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

パラメーター

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.TextRun
指定したインデックスにある TextRun オブジェクト。

関連項目

参照

TextRunCollection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間