Partilhar via


Método ReportUrlBuilder.AddParameters

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds a set of parameter to the ReportUrlBuilder object.

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

Sintaxe

'Declaração
Public Sub AddParameters ( _
    urlParameters As NameValueCollection, _
    parameterType As UrlParameterType _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ReportUrlBuilder Classe

Namespace Microsoft.ReportingServices.ReportRendering