Partager via


ReportSectionCollection.Item[Int32] Propriété

Définition

Obtient ou définit l'élément au niveau de la clé spécifiée.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportSection ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportSection this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportSection
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportSection

Paramètres

index
Int32

Index d'élément.

Valeur de propriété

Objet ReportSection qui porte le nom spécifié.

S’applique à