ParameterValue-Klasse
Represents data that is used in parameterized reports or in delivery extension settings.
Vererbungshierarchie
System.Object
ReportService2005.ParameterValueOrFieldReference
ReportService2005.ParameterValue
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Class ParameterValue _
Inherits ParameterValueOrFieldReference
'Usage
Dim instance As ParameterValue
public class ParameterValue : ParameterValueOrFieldReference
public ref class ParameterValue : public ParameterValueOrFieldReference
type ParameterValue =
class
inherit ParameterValueOrFieldReference
end
public class ParameterValue extends ParameterValueOrFieldReference
Der ParameterValue-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ParameterValue | Instantiates a new instance of a ParameterValue class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
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 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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.