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