Trying to call the Render method from an ASP page.
- Report opens fine with ReportServer Manager
- ReportServer is on the same machine as IIS
- Have set <identity impersonate="true" /> in Web.Config
- Setting Creditials via: rService.Credentials =
System.Net.CredentialCache.DefaultCredential...
more >>
I installed Reporting Services and looked it for a bit and got very excited.
I love the architecture (separating the file format from the designer and
renderers). I even called a couple of customers and talked it up.
After my initial enthusiasm died down I pondered something. Sometimes when I
...
more >>
I created a CustomerReport.rdl from VS.NET. I previewed the report in
the SQLServer Report Manager and it shows the report. that is perfect.
Now what i did is, I opened the CustomerReport.rdl in Notedpad.
Obviously it shows me the XML format of the report design. I copied
all XML content of th...
more >>