Enumeración MapDataType
Represents the data types for a map field.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration MapDataType
'Uso
Dim instance As MapDataType
public enum MapDataType
public enum class MapDataType
type MapDataType
public enum MapDataType
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering