MapFieldDefinition.DataType Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapDataType
A MapDataType value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace