Share via


ReportUrlBuilder.AddParameters Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds a set of parameter to the ReportUrlBuilder object.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub AddParameters ( _
    urlParameters As NameValueCollection, _
    parameterType As UrlParameterType _
)
'Usage
Dim instance As ReportUrlBuilder 
Dim urlParameters As NameValueCollection 
Dim parameterType As UrlParameterType

instance.AddParameters(urlParameters, _
    parameterType)
public void AddParameters(
    NameValueCollection urlParameters,
    UrlParameterType parameterType
)
public:
void AddParameters(
    NameValueCollection^ urlParameters, 
    UrlParameterType parameterType
)
member AddParameters : 
        urlParameters:NameValueCollection * 
        parameterType:UrlParameterType -> unit
public function AddParameters(
    urlParameters : NameValueCollection, 
    parameterType : UrlParameterType
)

Parameters

See Also

Reference

ReportUrlBuilder Class

Microsoft.ReportingServices.ReportRendering Namespace