03/11/2009
The Paging In Report Viewer
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)
=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)
Read more...
URL Rewriter
you can see the following link about URL Rewriter:
http://www.codeproject.com/KB/aspnet/urlrewriter.aspx
http://www.codeproject.com/KB/aspnet/urlrewriter.aspx
Read more...
06/04/2009
Subscribe to:
Posts (Atom)