MapDataType Enumeration

 

Updated: February 25, 2016

Represents the data types for a map field.

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

public enum class MapDataType

Member nameDescription
Boolean

The field value must be a Boolean.

DateTime

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.

Return to top
Show: