hi, i created a form with a crystal report viewer and in the below code i'm creating an instance of the report and passing in the reportsource.
Dim myform As New frmReport
Dim ReportPath As String = ini.ReadString("DataSource", "GENLEDCASHDEP")
myform.CRVreports.ReportSource = ReportPath
what i would like to do is allow the user to select the datasource for the report from the list of system datasources they have on their system. How can this be done

I've been searching and didn't find any help.
Owen, Programmer