Элементы ReportParameter

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

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

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство 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 nullNothingnullptrunitпустая ссылка (Nothing в 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.

В начало