I am trying to find out how to use crystal reports with sql server. I know in .net there is an "engine" that you can use to run a crystal report, but what if I just want to use sql server and CR? Is there a way to load the CR .rpt into Sql Server and it use the .net engine there? Do I need to write a .net program to view the .rpt files? Is that something that sql server can server if I created a Stored Procedure?
Thanks for any direction.