Compartilhar via


Classe ParameterFieldReference

Represents a field name that a report server uses to retrieve the value for a parameter.

Hierarquia de herança

System. . :: . .Object
  ReportService2010. . :: . .ParameterValueOrFieldReference
    ReportService2010..::..ParameterFieldReference

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.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.
Propriedade pública ParameterName Gets or sets the name of a field reference that represents 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

Use the ParameterFieldReference class together with the ParameterValues property of the ExtensionSettings class.

ParameterFieldReference is passed as input to the ValidateExtensionSettings method.

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