Proprietà MapFieldDefinition.DataType

Gets or sets the field data type.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

MapFieldDefinition Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel