Compartir a través de


ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) Método

Definición

Agrega un conjunto de parámetros al objeto 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)

Parámetros

urlParameters
NameValueCollection

Parámetros de dirección URL que se van a agregar.

parameterType
UrlParameterType

Tipo del parámetro.

Se aplica a