Item 屬性
Gets the item at the specified index.
命名空間: 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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- i
型別:System. . :: . .Int32
The index of the item.
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .TextRun
A TextRun object at the specified index.s