Compartir a través de


ReportParameter Miembros

Contains information about a report parameter. This class cannot be inherited.

El tipo ReportParameter expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública AllowBlank Indicates whether the value of the parameter can be blank.
Propiedad pública DataType Gets the data type of the parameter.
Propiedad pública MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
Propiedad pública Name Gets the name of the parameter.
Propiedad pública Nullable Gets a Boolean value indicating whether the value of the parameter can be nullNothingnullptrunites una referencia NULL (Nothing en Visual Basic)..
Propiedad pública Prompt Gets the message to display to a user when asking for parameter values.
Propiedad pública UsedInQuery Indicates whether the parameter is used in a query.
Propiedad pública Value Gets the value of the parameter.
Propiedad pública Values Gets the values of a multivalued report parameter.

Principio