My current vb.net code only seems to be populating the username field in crystal report viewer database login prompt but the password field remains blank.
Dim view As New CrystalReport1
Dim username As String = "cdruser"
Dim password As String = "cdruser10"
View.SetDatabaseLogon(username...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.