Partager via


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

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

Haut de la page

Public Methods

(see also Protected Methods )

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

Haut de la page

Protected Methods

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

Haut de la page

Voir aussi

Référence

ReportParameter Class
Microsoft.ReportingServices.ReportRendering Namespace