ParagraphCollection.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::Paragraph ^ default[int] { Microsoft::ReportingServices::OnDemandReportRendering::Paragraph ^ get(int i); };
public override Microsoft.ReportingServices.OnDemandReportRendering.Paragraph this[int i] { get; }
member this.Item(int) : Microsoft.ReportingServices.OnDemandReportRendering.Paragraph
Default Public Overrides ReadOnly Property Item(i As Integer) As Paragraph
Paramètres
- i
- Int32
Index de l'élément.
Valeur de propriété
Objet Paragraph au niveau de l'index spécifié.