Clase Field

Represents a field in a dataset of a report.

Jerarquía de herencia

System. . :: . .Object
  ReportService2010..::..Field

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

Sintaxis

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

El tipo Field expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Alias Gets a value that represents the alias of a field in a report.
Propiedad pública Name Gets the name of a field in a query.

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 Field with the Fields property of the DataSetDefinition class.

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