次の方法で共有


MapFieldDefinition.DataType プロパティ

フィールドのデータ型を取得します。

名前空間:  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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.MapDataType
MapDataType 値です。

関連項目

参照

MapFieldDefinition クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間