Compartir a través de


Clase ParameterFieldReference

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

Jerarquía de herencia

System.Object
  ReportService2010.ParameterValueOrFieldReference
    ReportService2010.ParameterFieldReference

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
<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

El tipo ParameterFieldReference expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ParameterFieldReference Initializes a new instance of the ParameterFieldReference class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública FieldAlias Gets or sets the alias of a field reference that represents a parameter.
Propiedad pública ParameterName Gets or sets the name of a field reference that represents a parameter.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

ParameterFieldReference is passed as input to the ValidateExtensionSettings method.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2010