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