Hi,
I creates a report containing several charts. The number of charts and their content depend on report parameters which I pass from the silverlight client to the report service.
Therefore, I used the NeedDataSource - event of the report to create the charts and add them to the details section of the report. This works perfectly fine except of one thing: The silverlight report viewer shows all the charts on one single page instead of splitting them into several pages. When I export the report to PDF using the viewer the report is correctly devided into several pages.
What am I doing wrong here? Why is the viewer scaling all objects onto one page even though the dimensions of the objects are clearly set?
I creates a report containing several charts. The number of charts and their content depend on report parameters which I pass from the silverlight client to the report service.
Therefore, I used the NeedDataSource - event of the report to create the charts and add them to the details section of the report. This works perfectly fine except of one thing: The silverlight report viewer shows all the charts on one single page instead of splitting them into several pages. When I export the report to PDF using the viewer the report is correctly devided into several pages.
What am I doing wrong here? Why is the viewer scaling all objects onto one page even though the dimensions of the objects are clearly set?