Класс 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)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ParameterValueOrFieldReference
'Применение
Dim instance As ParameterValueOrFieldReference
[SerializableAttribute]
public class ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValueOrFieldReference
[<SerializableAttribute>]
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 |
---|---|
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. |
|
Represents data that is used in parameterized reports. |
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.