DataType="System.Int32"The default DataType is "System.Double",I can't change it to the System.Int32.
But I can do it by setting " NumberFormat-AllowRounding="False" NumberFormat-DecimalDigits="0" ",
so now it looks like I already changed to Int32.
But I still want to know how it can really change it to System.Int32.