ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) Méthode

Définition

Ajoute un jeu de paramètres à l'objet ReportUrlBuilder.

public:
 void AddParameters(System::Collections::Specialized::NameValueCollection ^ urlParameters, Microsoft::ReportingServices::ReportRendering::UrlParameterType parameterType);
public void AddParameters (System.Collections.Specialized.NameValueCollection urlParameters, Microsoft.ReportingServices.ReportRendering.UrlParameterType parameterType);
member this.AddParameters : System.Collections.Specialized.NameValueCollection * Microsoft.ReportingServices.ReportRendering.UrlParameterType -> unit
Public Sub AddParameters (urlParameters As NameValueCollection, parameterType As UrlParameterType)

Paramètres

urlParameters
NameValueCollection

Paramètres d'URL à ajouter.

parameterType
UrlParameterType

Type du paramètre.

S’applique à