Classe Field
Represents a field in a dataset.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..Field
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class Field _
Inherits ReportObject _
Implements INamedObject
'Utilisation
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
Le type Field expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Caption | Infrastructure. |
![]() |
ComponentMetadata | The component metadata. (hérité de ReportObject.) |
![]() |
DataField | The name of the field in the query. |
![]() |
DefaultAggregateExpression | Infrastructure. |
![]() |
IsCalculatedField | Infrastructure. |
![]() |
Name | The field name. |
![]() |
Parent | The parent of this report object. (hérité de ReportObjectBase.) |
![]() |
Site | Infrastructure. (hérité de ReportObject.) |
![]() |
TreatAsNumeric | Infrastructure. |
![]() |
TypeName | The data type of the value. |
![]() |
UserDefined | Indicates whether the field value is user defined. |
![]() |
Value | The field value. |
Haut de la page
Méthodes
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
![]() ![]() |
IDisposable. . :: . .Dispose | (hérité de ReportObject.) |
![]() ![]() |
IComponent. . :: . .Disposed | (hérité de ReportObject.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.