crystal reports asp.net do i have to use setdatabaselogon
问题 I have a crystal report designed using xsd file (dataset with ado.net connection). Crystal version 14.2.5.2618 and using vs 2017... deployed to .net 4.7.2 framework website. I have a service (WCF) returning a dataset that is valid and filled. When I deploy the report to the web server the report prompts for a database login even though it is fine in development. Here is the code with names changed to protect the innocent. m_myRPT.Load(Server.MapPath("~/Reports/my.rpt")) m_myRPT.PrintOptions