ReportUrlBuilder.AddParameters Method
This API supports the infrastructure and is not intended to be used directly from your code.
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
- parameterType
Type: Microsoft.ReportingServices.ReportRendering.UrlParameterType