We are currently in the midst of upgrading our CRM 3.0 installation to CRM 4.0.
One of the things we were doing from our external web site is pulling a PDF of a report using the ReportViewer control and then doing a ReportViewer.ServerReport.Render().
From what I've gathered, this doesn't work anymore, because anything I try to do fails, mostly with rsReportParameterProcessingError and rsCredentialsNotSpecified.
I suspect this is because 4.0 uses the CRM Data Connector to get around Kerberos trust for delegation.
So, All I want is a PDF of a CRM report, that I can get programmatically. Anyone ever tried this?