Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- urlParameters
Type: System.Collections.Specialized.NameValueCollection
The URL parameters to be added.
- parameterType
Type: Microsoft.ReportingServices.ReportRendering.UrlParameterType
The type of the parameter.