Partager via


Propriété 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