Partilhar via


Classe ParameterValue

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

Hierarquia de herança

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

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (em ReportExecution2005.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class ParameterValue _
    Inherits ParameterValueOrFieldReference
'Uso
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

O tipo ParameterValue expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ParameterValue Instantiates a ParameterValue object.

Início

Propriedades

  Nome Descrição
Propriedade pública Label Gets or sets the label or alternate name for the parameter.
Propriedade pública Name Gets or sets the name of a value.
Propriedade pública Value Gets or sets the value of a parameter.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Exemplos

For a code sample, please see Render.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência