Compartir a través de


ReportSectionCollection.Item Propiedad

Gets or sets the item at the specified key.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Default Property Item ( _
    index As Integer _
) As ReportSection 
    Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

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

Vea también

Referencia

ReportSectionCollection Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering