ParameterValue-Klasse
Represents data that is used in parameterized reports or in delivery extension settings.
Vererbungshierarchie
System.Object
ReportService2010.ParameterValueOrFieldReference
ReportService2010.ParameterValue
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ParameterValue _
Inherits ParameterValueOrFieldReference
'Usage
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
Der ParameterValue-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ParameterValue | Initializes a new instance of the ParameterValue class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.