Udostępnij za pośrednictwem


Właściwość ReportItemCollection.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 ( _
    index As Integer _
) As ReportItem
    Get
'Użycie
Dim instance As ReportItemCollection
Dim index As Integer
Dim value As ReportItem

value = instance(index)
public override ReportItem this[
    int index
] { get; }
public:
virtual property ReportItem^ default[int index] {
    ReportItem^ get (int index) override;
}
abstract Item : ReportItem
override Item : ReportItem
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.ReportItem
A ReportItem pod określonym indeksem.