S
Steve
Hi ALl
Using VB.net 2005 to create reports using MS Report Viewer
I create a .rdlc file with a graph component on it
I pass it a data table consisting of each product sold and the sum(qty)
When the number of products gets greater than approx 40, the graph is
bunched up and looks terrible
Is there any way to have the report graph object repeat the graphs as
additional pages, as the Table object does
e.g page 1 has products 1 to 40, page 2 has products 41 to 80 etc
OR
Is there a way to pass the data to the report in chunks of 40 rows and still
have the 1 report but multiple pages
Regards
Steve
Using VB.net 2005 to create reports using MS Report Viewer
I create a .rdlc file with a graph component on it
I pass it a data table consisting of each product sold and the sum(qty)
When the number of products gets greater than approx 40, the graph is
bunched up and looks terrible
Is there any way to have the report graph object repeat the graphs as
additional pages, as the Table object does
e.g page 1 has products 1 to 40, page 2 has products 41 to 80 etc
OR
Is there a way to pass the data to the report in chunks of 40 rows and still
have the 1 report but multiple pages
Regards
Steve