Classe Field
Represents a field in a dataset.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..Field
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class Field _
Inherits ReportObject _
Implements INamedObject
'Uso
Dim instance As Field
public class Field : ReportObject, INamedObject
public ref class Field : public ReportObject,
INamedObject
type Field =
class
inherit ReportObject
interface INamedObject
end
public class Field extends ReportObject implements INamedObject
O tipo Field expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Caption | Infraestrutura. | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
DataField | The name of the field in the query. | |
DefaultAggregateExpression | Infraestrutura. | |
IsCalculatedField | Infraestrutura. | |
Name | The field name. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
TreatAsNumeric | Infraestrutura. | |
TypeName | The data type of the value. | |
UserDefined | Indicates whether the field value is user defined. | |
Value | The field value. |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.