Classe Field
Represents a field in a dataset of a report.
Gerarchia di ereditarietà
System.Object
ReportService2010.Field
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class Field
'Utilizzo
Dim instance As Field
[SerializableAttribute]
public class Field
[SerializableAttribute]
public ref class Field
[<SerializableAttribute>]
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.