次の方法で共有


MapFieldDefinition.DataType プロパティ

フィールド データ型を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property DataType As MapDataTypes 
    Get 
    Set
'使用
Dim instance As MapFieldDefinition 
Dim value As MapDataTypes 

value = instance.DataType

instance.DataType = value
public MapDataTypes DataType { get; set; }
public:
property MapDataTypes DataType {
    MapDataTypes get ();
    void set (MapDataTypes value);
}
member DataType : MapDataTypes with get, set
function get DataType () : MapDataTypes 
function set DataType (value : MapDataTypes)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.MapDataTypes
MapDataTypes 値。

関連項目

参照

MapFieldDefinition クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間