Freigeben über


ReportSectionCollection.Item-Eigenschaft

Gets or sets the item at the specified key.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As ReportSection 
    Get
'Usage
Dim instance As ReportSectionCollection 
Dim index As Integer 
Dim value As ReportSection 

value = instance(index)
public override ReportSection this[
    int index
] { get; }
public:
virtual property ReportSection^ default[int index] {
    ReportSection^ get (int index) override;
}
abstract Item : ReportSection 
override Item : ReportSection
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
A ReportSection object that has the specified name.

Siehe auch

Verweis

ReportSectionCollection Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace