MapFieldDefinition.DataType 属性
Gets the field data type.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property DataType As MapDataType
Get
用法
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