다음을 통해 공유


DataType 속성

Gets or sets the field data type.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DataType As MapDataTypes
    Get
    Set
‘사용 방법
Dim instance As MapFieldDefinition
Dim value As MapDataTypes

value = instance.DataType

instance.DataType = value
public MapDataTypes DataType { get; set; }
public:
property MapDataTypes DataType {
    MapDataTypes get ();
    void set (MapDataTypes value);
}
member DataType : MapDataTypes with get, set
function get DataType () : MapDataTypes
function set DataType (value : MapDataTypes)