Compartir a través de


ReportParameter Miembros

Contains information about a parameter to the report.

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 the value for this parameter is allowed to be the empty string.
Propiedad pública DataType 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 Indicates 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 Indicates the value for this parameter is allowed to be Null.
Propiedad pública Prompt The user prompt to display when asking for parameter values
Propiedad pública UsedInQuery Indicates whether or not the parameter is used in a query in the report.

Principio