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 Paragraph
Get
用法
Dim instance As ParagraphCollection
Dim i As Integer
Dim value As Paragraph
value = instance(i)
public override Paragraph this[
int i
] { get; }
public:
virtual property Paragraph^ default[int i] {
Paragraph^ get (int i) override;
}
abstract Item : Paragraph
override Item : Paragraph
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Paragraph
A Paragraph object at the specified index.