Partager via


Propriété MapFieldDefinition.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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.MapDataTypes
A MapDataTypes value.

Voir aussi

Référence

MapFieldDefinition Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel