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)