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


Класс ParameterValue

Represents data that is used in parameterized reports or in delivery extension settings.

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

System. . :: . .Object
  ReportService2006. . :: . .ParameterValueOrFieldReference
    ReportService2006..::..ParameterValue

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ParameterValue _
    Inherits ParameterValueOrFieldReference
'Применение
Dim instance As ParameterValue
[SerializableAttribute]
public class ParameterValue : ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValue : public ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterValue =  
    class
        inherit ParameterValueOrFieldReference
    end
public class ParameterValue extends ParameterValueOrFieldReference

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

Конструкторы

  Имя Описание
Открытый метод ParameterValue Initializes a new instance of the ParameterValue class.

В начало

Свойства

  Имя Описание
Открытое свойство Label Gets or sets the label or alternate name for the parameter.
Открытое свойство Name Gets or sets the parameter name.
Открытое свойство Value Gets or sets the parameter value.

В начало

Методы

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

В начало

Замечания

A ParameterValue object is returned as output by the GetSubscriptionProperties method and is passed as input to the SetSubscriptionProperties method.

ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.

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

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

См. также

Справочник