ReportParameter Members

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

The following tables list the members exposed by the ReportParameter type.

Public Properties

  Nombre Description
ms162656.pubproperty(es-es,SQL.90).gif AllowBlank Indicates whether the value of the parameter can be blank.
ms162656.pubproperty(es-es,SQL.90).gif DataType Gets the data type of the parameter.
ms162656.pubproperty(es-es,SQL.90).gif MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
ms162656.pubproperty(es-es,SQL.90).gif Name Gets the name of the parameter.
ms162656.pubproperty(es-es,SQL.90).gif Nullable Gets a Boolean value indicating whether the value of the parameter can be null.
ms162656.pubproperty(es-es,SQL.90).gif Prompt Gets the message to display to a user when asking for parameter values.
ms162656.pubproperty(es-es,SQL.90).gif UsedInQuery Indicates whether the parameter is used in a query.
ms162656.pubproperty(es-es,SQL.90).gif Value Gets the value of the parameter.
ms162656.pubproperty(es-es,SQL.90).gif Values Gets the values of a multivalued report parameter.

Arriba

Public Methods

(see also Protected Methods )

  Nombre Description
ms162656.pubmethod(es-es,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms162656.pubmethod(es-es,SQL.90).gif GetHashCode  (inherited from Object )
ms162656.pubmethod(es-es,SQL.90).gif GetType  (inherited from Object )
ms162656.pubmethod(es-es,SQL.90).gifms162656.static(es-es,SQL.90).gif ReferenceEquals  (inherited from Object )
ms162656.pubmethod(es-es,SQL.90).gif ToString  (inherited from Object )

Arriba

Protected Methods

  Nombre Description
ms162656.protmethod(es-es,SQL.90).gif Finalize  (inherited from Object )
ms162656.protmethod(es-es,SQL.90).gif MemberwiseClone  (inherited from Object )

Arriba

Vea también

Referencia

ReportParameter Class
Microsoft.ReportingServices.ReportRendering Namespace