Compartilhar via


Enumeração MapDataType

Represents the data types for a map field.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Enumeration MapDataType
'Uso
Dim instance As MapDataType
public enum MapDataType
public enum class MapDataType
type MapDataType
public enum MapDataType

Membros

Nome do membro Descrição
Boolean The field value must be a Boolean.
DateTime The field value must be a DateTime.
Decimal The field value must be a Decimal.
Float The field value must be a float.
Integer The field value must be an integer.
String The field value must be a string.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering