Share via


MapFieldDefinition.DataType Property

Gets or sets the field data type.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property DataType As MapDataTypes 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.MapDataTypes
A MapDataTypes value.

See Also

Reference

MapFieldDefinition Class

Microsoft.ReportingServices.RdlObjectModel Namespace