Classe Field
Represents a field within the dataset of a report.
Gerarchia di ereditarietà
System.Object
ReportService2005.Field
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.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 | The alias of a field in a report. | |
Name | 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.