Condividi tramite


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
<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 Instantiates a new instance of a ParameterValue class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Label Get or set the label or alternate name for the parameter.
Proprietà pubblica Name Gets or sets the parameter name.
Proprietà pubblica Value Get or set 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 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.

Vedere anche

Riferimento