Método AddParameters
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
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
- urlParameters
Tipo: System.Collections.Specialized. . :: . .NameValueCollection
- parameterType
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .UrlParameterType
Consulte também