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.
Contains information about a report parameter. This class cannot be inherited.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.ReportRendering.ReportParameter
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReportParameter
'Uso
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter = class end
public final class ReportParameter
El tipo ReportParameter expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
AllowBlank | Indicates whether the value of the parameter can be blank. |
![]() |
DataType | Gets the data type of the parameter. |
![]() |
MultiValue | Gets a Boolean value indicating whether this is a multivalue report parameter. |
![]() |
Name | Gets the name of the parameter. |
![]() |
Nullable | Gets a Boolean value indicating whether the value of the parameter can be nulles una referencia NULL (Nothing en Visual Basic).. |
![]() |
Prompt | Gets the message to display to a user when asking for parameter values. |
![]() |
UsedInQuery | Indicates whether the parameter is used in a query. |
![]() |
Value | Gets the value of the parameter. |
![]() |
Values | Gets the values of a multivalued report parameter. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Parameters are passed in the order displayed in the user interface (UI).
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering
.gif)
.gif)