Udostępnij przez


Właściwość CompiledTextRunInstanceCollection.Item

Pobiera element pod określonym indeksem.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Default Property Item ( _
    i As Integer _
) As CompiledTextRunInstance
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.ReportingServices.OnDemandReportRendering.CompiledTextRunInstance
A CompiledTextRunInstance obiekt, który ma określoną nazwę.