Partilhar via


Propriedade do RDL ReportSectionCollection.Item

Gets or sets the item at the specified key.

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

Sintaxe

'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Consulte também

Referência

ReportSectionCollection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering