Condividi tramite


Enumerazione MapDataType

Represents the data types for a map field.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Enumeration MapDataType
'Utilizzo
Dim instance As MapDataType
public enum MapDataType
public enum class MapDataType
type MapDataType
public enum MapDataType

Membri

Nome membro Descrizione
String The field value must be a string.
Boolean The field value must be a Boolean.
DateTime The field value must be a DateTime.
Integer The field value must be an integer.
Float The field value must be a float.
Decimal The field value must be a Decimal.