Condividi tramite


Membri ReportParameter

Contains information about a parameter to the report.

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 the value for this parameter is allowed to be the empty string.
Proprietà pubblica DataType The data type of the parameter
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica MultiValue Indicates this is a multivalue parameter (a parameter that can take a set of values).
Proprietà pubblica Name Gets the name of the report parameter.
Proprietà pubblica Nullable Indicates the value for this parameter is allowed to be Null.
Proprietà pubblica Prompt The user prompt to display when asking for parameter values
Proprietà pubblica UsedInQuery Indicates whether or not the parameter is used in a query in the report.

In alto