ReportParameterCollection Classe
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.
Représente une collection d’objets ReportParameter .
public ref class ReportParameterCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ReportParameter ^>
public sealed class ReportParameterCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter>
type ReportParameterCollection = class
inherit ReportElementCollectionBase<ReportParameter>
Public NotInheritable Class ReportParameterCollection
Inherits ReportElementCollectionBase(Of ReportParameter)
- Héritage
Propriétés
| Nom | Description |
|---|---|
| Count |
Obtient le nombre d'éléments dans la collection. |
| Item[Int32] |
Obtient l’élément à l’index spécifié. |
| Item[String] |
Obtient le ReportParameter nom spécifié. |
Méthodes
| Nom | Description |
|---|---|
| GetEnumerator() |
On obtient l’énumérateur pour cela ReportElementCollectionBase<T>. (Hérité de ReportElementCollectionBase<T>) |
Implémentations d’interfaces explicites
| Nom | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Ça obtient l’énumérateur qui itère dans la collection. (Hérité de ReportElementCollectionBase<T>) |