Classe ParameterValue

Represents data that is used in parameterized reports or in delivery extension settings.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2010. . :: . .ParameterValueOrFieldReference
    ReportService2010..::..ParameterValue

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ParameterValue _
    Inherits ParameterValueOrFieldReference
'Utilizzo
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

Nel tipo ParameterValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ParameterValue Initializes a new instance of the ParameterValue class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Label Gets or sets the label or alternate name for the parameter.
Proprietà pubblica Name Gets or sets the parameter name.
Proprietà pubblica Value Gets or sets the parameter value.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

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.

Vedere anche

Riferimento