Compartilhar via


Classe ParameterValue

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

Hierarquia de herança

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

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

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 parameter name.
Propriedade pública Value Gets or sets 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 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.

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