I am working an an app that allows users that create crystal reports (.rpt files) to upload and view their reports via my web application using the CrystalReportViewer server control. I would like to dynamically create my own form for them (to take the place of the ugly ones Crystal generates). I am able to do this and pass parameters just fine if I know all the parameter names before hand. However, I can't seem to find a way to interrogate the .rpt file to get the expected parameters. Has anyone done this before? I suspect the answer is simple, I just haven't been able to find it.
Thanks a lot!