ReportUrlBuilder.AddParameters(NameValueCollection, UrlParameterType) Метод

Определение

Добавляет набор параметров к объекту 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)

Параметры

urlParameters
NameValueCollection

Добавляемые параметры URL-адреса.

parameterType
UrlParameterType

Тип параметра.

Применяется к