Partilhar via


Classe ParameterValue

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

Hierarquia de herança

System. . :: . .Object
  ReportService2005. . :: . .ParameterValueOrFieldReference
    ReportService2005..::..ParameterValue

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.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 new instance of a ParameterValue class.

Início

Propriedades

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

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 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.

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