In Local Report, to display one result per page, after add the table, go to table properties, in the group tab, add new item with the following expression:
=Int((RowNumber(Nothing)-1)/1)
With the Page break at end option checked only.
And to display 10 items per page, change the expression to the following:
=Int((RowNumber(Nothing)-1)/10)
Showing posts with label Report Viewer. Show all posts
Showing posts with label Report Viewer. Show all posts
03/11/2009
Subscribe to:
Posts (Atom)