Showing posts with label receives. Show all posts
Showing posts with label receives. Show all posts

Wednesday, March 28, 2012

Resize textbox in parameter area and remove scroll bar from the report

Hello,I have a calendar on parameter area of my report, how can I resize the texbox that receives selected date?And how can I remove scrolls from the report data or fix the number of rows per page on the report?

Thanks!

To remove scrollbar from ReportViewer Control set

repViewer.SizeToReportContent =true;

repViewer.AsyncRendering =false;

|||

Yes, I try it and it's correct.

But now I can not see all rows. The other rows should go to the next page... do you know how to do this?

Thanks!