I have a pplication in wpf, in which i want o generate an RDLC report
so for that i have added 10 charts in one report and each on separate page printed,
how can i print those all the charts ion one page?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Apr 23, 2015, 8:25 AM
I assume, you use report viewer control to view the report.
actually page break is depending upon the size of the page and content on page. If the content of the page is increase then data will come on next page....
In your case, reduce the size(height and width) of chart control and try to set it within page height.
hope this will help you.