ReportItemCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'élément au niveau de l'index spécifié.
public:
virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::ReportItem ^ get(int index); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportItem this[int index] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Default Public Overrides ReadOnly Property Item(index As Integer) As ReportItem
Paramètres
- index
- Int32
Index de l'élément.
Valeur de propriété
ReportItem à l'index spécifié.