Partager via


Propriété MapFieldDefinition.DataType

Gets the field data type.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataType As MapDataType 
    Get
'Utilisation
Dim instance As MapFieldDefinition 
Dim value As MapDataType 

value = instance.DataType
public MapDataType DataType { get; }
public:
property MapDataType DataType {
    MapDataType get ();
}
member DataType : MapDataType
function get DataType () : MapDataType

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.MapDataType
A MapDataType value.

Voir aussi

Référence

MapFieldDefinition Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering