Why does a local host version of a website export srraight to pdf when given a url parameter but requires a posted parameter in the production version?
Example
/site/Crystal/default.aspx?id=12
will bring up the pdf version report for id 12 on a local development deployment but once published it no longer will and gives us a default text input box to enter 12 into at which point it brings the report.
Example
/site/Crystal/default.aspx?id=12
will bring up the pdf version report for id 12 on a local development deployment but once published it no longer will and gives us a default text input box to enter 12 into at which point it brings the report.