property View.DataSource as Variant
Specifies the control's data as an array, XML, ADO or DAO.

TypeDescription
Variant A VARIANT expression that could be a string, an object as explained bellow.
The control can automatically handle Array, XML, ADO, DAO, DataSet through the DataSource properties ( control and view objects ). You can specify the data source for the entire control through the DataSource property, or for a particular view using View.DataSource property. If an internal error occurs while using the DataSource property the Error event occurs. You can use the control's DataSource property to assign a data source for all views.

For instance, 

where ... indicates the full path to the sample file.