Classe Field
Represents a field in a dataset of a report.
Gerarchia di ereditarietà
System.Object
ReportService2006.Field
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Class Field
'Utilizzo
Dim instance As Field
public class Field
public ref class Field
type Field = class end
public class Field
Nel tipo Field sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Field | Initializes a new instance of the Field class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Alias | Gets a value that represents the alias of a field in a report. | |
Name | Gets the name of a field in a query. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use Field with the Fields property of the DataSetDefinition class.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.