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
It is Graph object I am sending data to, on the .rdlc file, to show a bar
graph of products and their total qty sales
x axis is Product, y axis is qty sales
I need to be able to repeat the graph on multiple pages of the report if the
number of Products is > 40, otherwise the graph crunches the Product names
up making them illegible
First Graph (page 1) shows Products 1 to 40
2nd graph (page 2) shows Products 41 to 80
and so on
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
It is Graph object I am sending data to, on the .rdlc file, to show a bar
graph of products and their total qty sales
x axis is Product, y axis is qty sales
I need to be able to repeat the graph on multiple pages of the report if the
number of Products is > 40, otherwise the graph crunches the Product names
up making them illegible
First Graph (page 1) shows Products 1 to 40
2nd graph (page 2) shows Products 41 to 80
and so on
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