Freigeben über


ReportParameter-Member

Contains information about a parameter to the report.

Der ReportParameter-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang