Propriedade do RDL DataType
Gets the field data type.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapDataType
A MapDataType value.
Consulte também