Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds a parameter to the ReportUrlBuilder object.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Sub AddParameter ( _
name As String, _
val As String, _
parameterType As UrlParameterType _
)
'Uso
Dim instance As ReportUrlBuilder
Dim name As String
Dim val As String
Dim parameterType As UrlParameterType
instance.AddParameter(name, val, parameterType)
public void AddParameter(
string name,
string val,
UrlParameterType parameterType
)
public:
void AddParameter(
String^ name,
String^ val,
UrlParameterType parameterType
)
member AddParameter :
name:string *
val:string *
parameterType:UrlParameterType -> unit
public function AddParameter(
name : String,
val : String,
parameterType : UrlParameterType
)
Parámetros
- name
Tipo: System.String
The name of the parameter.
- val
Tipo: System.String
The value of the parameter.
- parameterType
Tipo: Microsoft.ReportingServices.ReportRendering.UrlParameterType
The type of the parameter.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering