TextRunCollection.Item[Int32] 属性

定义

获取指定索引处的项。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.TextRun this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.TextRun
Default Public Overrides ReadOnly Property Item(i As Integer) As TextRun

参数

i
Int32

项的索引。

属性值

TextRun指定 index.s 处的对象

适用于