Элементы ReportParameter

Contains information about a parameter to the report.

Тип ReportParameter предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство AllowBlank Indicates the value for this parameter is allowed to be the empty string.
Открытое свойство DataType The data type of the parameter
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство MultiValue Indicates this is a multivalue parameter (a parameter that can take a set of values).
Открытое свойство Name Gets the name of the report parameter.
Открытое свойство Nullable Indicates the value for this parameter is allowed to be Null.
Открытое свойство Prompt The user prompt to display when asking for parameter values
Открытое свойство UsedInQuery Indicates whether or not the parameter is used in a query in the report.

В начало