Condividi tramite


Membri ReportParameter

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

Il tipo ReportParameter espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AllowBlank Indicates whether the value of the parameter can be blank.
Proprietà pubblica DataType Gets the data type of the parameter.
Proprietà pubblica MultiValue Gets a Boolean value indicating whether this is a multivalue report parameter.
Proprietà pubblica Name Gets the name of the parameter.
Proprietà pubblica Nullable Gets a Boolean value indicating whether the value of the parameter can be nullNothingnullptrunitriferimento Null (Nothing in Visual Basic)..
Proprietà pubblica Prompt Gets the message to display to a user when asking for parameter values.
Proprietà pubblica UsedInQuery Indicates whether the parameter is used in a query.
Proprietà pubblica Value Gets the value of the parameter.
Proprietà pubblica Values Gets the values of a multivalued report parameter.

In alto