Partilhar via


Classe ParameterFieldReference

Represents a field name that a report server uses to retrieve the value for a parameter. The ParameterFieldReference class is used by data-driven subscriptions.

Hierarquia de herança

System. . :: . .Object
  ReportService2005. . :: . .ParameterValueOrFieldReference
    ReportService2005..::..ParameterFieldReference

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

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class ParameterFieldReference _
    Inherits ParameterValueOrFieldReference
'Uso
Dim instance As ParameterFieldReference
[SerializableAttribute]
public class ParameterFieldReference : ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterFieldReference : public ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterFieldReference =  
    class
        inherit ParameterValueOrFieldReference
    end
public class ParameterFieldReference extends ParameterValueOrFieldReference

O tipo ParameterFieldReference expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ParameterFieldReference Initializes a new instance of the ParameterFieldReference class.

Início

Propriedades

  Nome Descrição
Propriedade pública FieldAlias Gets or sets the alias of a field reference that represents a parameter for a data-driven subscription.
Propriedade pública ParameterName Gets or sets the name of a field reference that represents a parameter for a data-driven subscription.

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

Use ParameterFieldReference with the ParameterValues property of the ExtensionSettings class.

ParameterFieldReference is returned as output by the GetDataDrivenSubscriptionProperties method and is passed as input to the CreateDataDrivenSubscription, SetDataDrivenSubscriptionProperties, and ValidateExtensionSettings methods.

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