Класс ReportParameter

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

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ReportParameter

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class ReportParameter
'Применение
Dim instance As ReportParameter
public sealed class ReportParameter
public ref class ReportParameter sealed
[<SealedAttribute>]
type ReportParameter =  class end
public final class ReportParameter

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

Свойства

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

В начало

Методы

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

В начало

Замечания

Parameters are passed in the order displayed in the user interface (UI).

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.