共用方式為


CompiledTextRunInstanceCollection.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 CompiledTextRunInstance 
    Get
'用途
Dim instance As CompiledTextRunInstanceCollection 
Dim i As Integer 
Dim value As CompiledTextRunInstance 

value = instance(i)
public override CompiledTextRunInstance this[
    int i
] { get; }
public:
virtual property CompiledTextRunInstance^ default[int i] {
    CompiledTextRunInstance^ get (int i) override;
}
abstract Item : CompiledTextRunInstance 
override Item : CompiledTextRunInstance
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance
A CompiledTextRunInstance object that has the specified name.

請參閱

參考

CompiledTextRunInstanceCollection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間