Clase Field
Represents a field in a dataset of a report.
Jerarquía de herencia
System.Object
ReportService2006.Field
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.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 | Gets a value that represents the alias of a field in a report. | |
Name | Gets 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.