I am having trouble binding my dataset to my crystal report
I return my dataset from another funtion "ds" and I want to set the results of that data set to my Crystal Reports Viewer.
Does anyone have any advice?
Dim oD As New DBQueries
Dim ds As New DataSet
ds = oD.GetReportSearchResults(MySqlString)
CyrstalReportViewer.ReportSource = ds
I return my dataset from another funtion "ds" and I want to set the results of that data set to my Crystal Reports Viewer.
Does anyone have any advice?
Dim oD As New DBQueries
Dim ds As New DataSet
ds = oD.GetReportSearchResults(MySqlString)
CyrstalReportViewer.ReportSource = ds