Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the item at the specified key.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As ReportSection
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
The item index.
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
A ReportSection object that has the specified name.
Vedere anche
Riferimento
ReportSectionCollection Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering