Classe ReportParameter
Contains information about a report parameter. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..ReportParameter
Espace de noms : Microsoft.ReportingServices.ReportRendering
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 | |
---|---|---|
AllowBlank | Indicates whether the value of the parameter can be blank. | |
DataType | Gets the data type of the parameter. | |
MultiValue | Gets a Boolean value indicating whether this is a multivalue report parameter. | |
Name | Gets the name of the parameter. | |
Nullable | Gets a Boolean value indicating whether the value of the parameter can be nullNothingnullptrunitune référence Null (Nothing dans Visual Basic). | |
Prompt | Gets the message to display to a user when asking for parameter values. | |
UsedInQuery | Indicates whether the parameter is used in a query. | |
Value | Gets the value of the parameter. | |
Values | Gets the values of a multivalued report parameter. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
Parameters are passed in the order displayed in the user interface (UI).
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.