Reportviewer - Print report - matrix report expanding horizontally to multiple pages, avoid repeating row header
Posted
by
abc0077
on Stack Overflow
See other posts from Stack Overflow
or by abc0077
Published on 2012-09-17T12:06:58Z
Indexed on
2012/09/18
9:38 UTC
Read the original article
Hit count: 279
report
|reportviewer
I am generating a matrix report dynamically using report viewer version 9.0 in visual studio 2010.
If i export save and print then it works normally.
If there more columns report expands horizontally across mutiple pages.
If i give Print option available in the toolbar of the report viewer. The columns are moved to second page which is correct but the row headers (product 1, product 2) should not be repeated in the second page.In the second page report should have all details except the product information.
I am also interested to know whether it is the functionality of this version report viewer.
© Stack Overflow or respective owner