Classe ParameterValue
Represents data that is used in parameterized reports or in delivery extension settings.
Gerarchia di ereditarietà
System.Object
ReportService2005.ParameterValueOrFieldReference
ReportService2005.ParameterValue
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class ParameterValue _
Inherits ParameterValueOrFieldReference
'Utilizzo
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
Nel tipo ParameterValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ParameterValue | Instantiates a new instance of a ParameterValue class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.