Partager via


Propriété DataType

Gets or sets the field data type.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DataType As MapDataTypes
    Get
    Set
'Utilisation
Dim instance As MapFieldDefinition
Dim value As MapDataTypes

value = instance.DataType

instance.DataType = value
public MapDataTypes DataType { get; set; }
public:
property MapDataTypes DataType {
    MapDataTypes get ();
    void set (MapDataTypes value);
}
member DataType : MapDataTypes with get, set
function get DataType () : MapDataTypes
function set DataType (value : MapDataTypes)