Propriété Item
Gets or sets the item at the specified key.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Default Property Item ( _
index As Integer _
) As ReportSection
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
The item index.
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSection
A ReportSection object that has the specified name.