Поделиться через


Класс ReportParameter

Contains information about a parameter to the report.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportParameter

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  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 Gets a value that indicates whether the value for this parameter is allowed to be the empty string.
Открытое свойство DataType Gets the data type of the parameter
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство MultiValue Gets a value that indicates whether this is a multivalue parameter (a parameter that can take a set of values).
Открытое свойство Name Gets the name of the report parameter.
Открытое свойство Nullable Gets a value that indicates whether the value for this parameter is allowed to be Null.
Открытое свойство Prompt Gets an expression that evaluates to the user prompt to display when asking for parameter values.
Открытое свойство UsedInQuery Gets a value that indicates whether or not the parameter is used in a query in the report.

В начало

Методы

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

В начало

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

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

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering