| Optional. A String value. string that contains a comma delimited list of measurements. Example:
Sub SetDataSource()
DataViewer.SelectDataSource McImage.Width,McImage.Height
End Sub
If DataSource is empty, the Select data source dialog is shown, where
user can select data source manually.
DataViewer.SelectDataSource ""
|