Класс ParameterValue
Represents data that is used in parameterized reports or in delivery extension settings.
Иерархия наследования
System. . :: . .Object
ReportService2010. . :: . .ParameterValueOrFieldReference
ReportService2010..::..ParameterValue
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.