MapFieldDefinition.DataType-Eigenschaft
Gets the field data type.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DataType As MapDataType
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapDataType
A MapDataType value.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace