I am using a crystal viewer to display my reports. However, We I try running the report I get this
Database Login
this require me to enter server, login and password. The information that is feeding the report is from a data set.
Here is how I am declare my information
Dim rptPrint As New rptTimeManagement
objInvacare.LoadPartTimeReport()
rptPrint.SetDataSource(objInvacare.DsPartTimeReport1)
crvPending.ReportSource = rptPrint
can someone assist me with how i can auto load the report
Database Login
this require me to enter server, login and password. The information that is feeding the report is from a data set.
Here is how I am declare my information
Dim rptPrint As New rptTimeManagement
objInvacare.LoadPartTimeReport()
rptPrint.SetDataSource(objInvacare.DsPartTimeReport1)
crvPending.ReportSource = rptPrint
can someone assist me with how i can auto load the report