Clase Field
Represents a field within the dataset of a report.
Jerarquía de herencia
System.Object
ReportService2005.Field
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Class Field
'Uso
Dim instance As Field
public class Field
public ref class Field
type Field = class end
public class Field
El tipo Field expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Field | Initializes a new instance of the Field class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Alias | The alias of a field in a report. | |
Name | The name of a field in a query. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.