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


Класс ParameterValue

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

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

System.Object
  ReportService2005.ParameterValueOrFieldReference
    ReportService2005.ParameterValue

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

Синтаксис

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

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

Замечания

A ParameterValue object is returned as output by the GetDataDrivenSubscriptionProperties and GetSubscriptionProperties methods and is passed as input to the Render, RenderStream, SetDataDrivenSubscriptionProperties, and SetSubscriptionProperties methods.

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

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

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

См. также

Справочник

Пространство имен ReportService2005