Why I can't bind the data field after adding the data source?

Data source returns two types of result, one is an object, the other is an array with object. 

For object return type, you can bind them to a tag directly, for array return type, you need to bind that array as a repeater first.