Compartir a través de


Clase ReportParameter

Contains information about a parameter to the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
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
Propiedad pública AllowBlank Gets a value that indicates whether the value for this parameter is allowed to be the empty string.
Propiedad pública DataType Gets the data type of the parameter
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MultiValue Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Propiedad pública Name Gets the name of the report parameter.
Propiedad pública Nullable Gets a value that indicates whether the value for this parameter is allowed to be Null.
Propiedad pública Prompt Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Propiedad pública UsedInQuery Gets a value that indicates whether or not the parameter is used in a query in the report.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

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.OnDemandReportRendering