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