ReportSectionCollection.Item Property
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The item index.
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
A ReportSection object that has the specified name.