Właściwość MapFieldDefinition.DataType
Pobiera lub ustawia typ danych pole.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property DataType As MapDataTypes
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.MapDataTypes
A MapDataTypes wartości.
Zobacz także