DataType 속성

Gets the field data type.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property DataType As MapDataType
    Get
‘사용 방법
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