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


Класс ParameterValueOrFieldReference

Represents a user-supplied value or a field name that represents the value of a parameter.

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

System.Object
  ReportExecution2005.ParameterValueOrFieldReference
    ReportExecution2005.ParameterValue

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

Синтаксис

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

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

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

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

В начало

Методы

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

В начало

Замечания

Methods of the ReportingService2005 class use objects that inherit ParameterValueOrFieldReference. The following table describes classes that implement ParameterValueOrFieldReference.

Class

Description

ParameterFieldReference

Represents a field name that a report server uses to retrieve the value for a parameter. The ParameterFieldReference class is used by data-driven subscriptions.

ParameterValue

Represents data that is used in parameterized reports.

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

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

См. также

Справочник

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