DataType Propiedad
Gets the field data type.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property DataType As MapDataType
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapDataType
A MapDataType value.
Vea también