Hi,
I have created a hyperlink that launches a crystal reports through Business Objects Enterprise
Ex: http://<servername>:<port>/CrystalReports/viewrpt.cwr?id=1234&apsuser=myuser&apspassword=mypassword&apsauthtype=secEnterprise
this is working fine...
But here i dont want to pass the apsuser and apspassword.
if i am not passing apsuser and apspassword through query string it is prompting me logon BO server page.
how can i achieve this without prompting me logon authentication page.
can anyone give me an idea to resolve this?