Basically I'm trying to get a png back from SSRS 2008, which will go into a cell of variable size, which is determined when making the request. So my inquiry boils down to these 3 questions:
- Is there any way to specify the page size of the report with web request parameters or through a web service call?
- Can I tell a chart to fill the page instead of giving it fixed size parameters?
- Barring these two items, is there another way around the issue?