Partager via


Membres ReportParameter

Contains information about a parameter to the report.

Le type ReportParameter expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique AllowBlank Indicates the value for this parameter is allowed to be the empty string.
Propriété publique DataType The data type of the parameter
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique MultiValue Indicates this is a multivalue parameter (a parameter that can take a set of values).
Propriété publique Name Gets the name of the report parameter.
Propriété publique Nullable Indicates the value for this parameter is allowed to be Null.
Propriété publique Prompt The user prompt to display when asking for parameter values
Propriété publique UsedInQuery Indicates whether or not the parameter is used in a query in the report.

Haut de la page