Clase ParameterValueOrFieldReference

Represents a user-supplied value or a field name that represents the value of a parameter.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class ParameterValueOrFieldReference
'Uso
Dim instance As ParameterValueOrFieldReference
[SerializableAttribute]
public class ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterValueOrFieldReference =  class end
public class ParameterValueOrFieldReference

El tipo ParameterValueOrFieldReference expone los siguientes miembros.

Constructores

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

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

Methods of the ReportingService2010 class use objects that inherit ParameterValueOrFieldReference. The following table describes classes that implement ParameterValueOrFieldReference.

Class

Description

ParameterFieldReference

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

ParameterValue

Represents data that is used in parameterized reports.

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