Lenguaje

ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) Método

Definición

Añade un conjunto de parámetros al ReportUrlBuilder objeto.

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)

Parámetros

urlParameters
NameValueCollection

Los parámetros de URL que se añadirán.

parameterType
UrlParameterType

Tipo del parámetro .

Se aplica a