hi guys,
In reporting services i have a table and below which i have a chart. The table has lot of values so the report spans multiple pages. I have set page breaks such that the table displays only 10 records. After all the values have been displayed in the last page the chart is displayed. I want the chart to display in each and every page of the report. It is the same chart that i want to display. How do i do this?
plz can anyone give me ideas.
Thanks,
Sai Abhiram Bandhakavi
Include a new upper group in the table object and check the property for "Repeat on every page". Place the chart object in the new area. Done.
HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
|||I am not sure what you mean by upper group and placing the chart in that area. Can you be more clear.
Thanks,
Sai Abhiram Bandhakavi
|||You should add one new row in table and set the property repeatonnewpage as true, And place the chart in this row.
then same chart will repeat on each page.
To do this follow the follwing steps:
1. Right click the first row of the table and insert a row above the selected row,
2. Press shift key and select all cells of new added row, by right click select merge cells.
3. place the chart in this row (by drag or by cut / copy).
4. increase the height of this row. Preview the report.
No comments:
Post a Comment