Partager via


Classe ReportParameter

Contains information about a parameter to the report.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering..::..ReportParameter

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ReportParameter
'Utilisation
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

Le type ReportParameter expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AllowBlank Gets a value that indicates whether the value for this parameter is allowed to be the empty string.
Propriété publique DataType Gets 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 Gets a value that indicates whether 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 Gets a value that indicates whether the value for this parameter is allowed to be Null.
Propriété publique Prompt Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Propriété publique UsedInQuery Gets a value that indicates whether or not the parameter is used in a query in the report.

Haut de la page

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.