Udostępnij przez


Właściwość MapFieldDefinition.DataType

Pobiera typ danych pole.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property DataType As MapDataType
    Get
'Użycie
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