AddParameters Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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