Condividi tramite


Classe ParameterValue

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

Gerarchia di ereditarietà

System. . :: . .Object
  ReportExecution2005. . :: . .ParameterValueOrFieldReference
    ReportExecution2005..::..ParameterValue

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.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 ParameterValue object.

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 name of a value.
Proprietà pubblica Value Gets or sets the value of a parameter.

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 CreateDataDrivenSubscription,Render,[M:ReportExecution2005.ReportExecutionService.RenderStream(System.String,System.String,System.String,System.String@,System.String@),] and SetSubscriptionProperties methods.

ParameterValue objects are used both in passing report parameters to reports and in passing settings to a delivery extension.

Esempi

For a code sample, please see Render.

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