Compartir a través de


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

Jerarquía de herencia

System.Object
  ReportService2005.ParameterValueOrFieldReference
    ReportService2005.ParameterFieldReference

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

Sintaxis

'Declaración
Public Class ParameterFieldReference _
    Inherits ParameterValueOrFieldReference
'Uso
Dim instance As ParameterFieldReference
public class ParameterFieldReference : ParameterValueOrFieldReference
public ref class ParameterFieldReference : public ParameterValueOrFieldReference
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 for a data-driven subscription.
Propiedad pública ParameterName Gets or sets the name of a field reference that represents a parameter for a data-driven subscription.

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

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 ReportService2005