Showing posts with label pagination. Show all posts
Showing posts with label pagination. Show all posts

Sunday, March 11, 2012

Custom Pagination in Sql Server Reports

Hi there,
Can we implement custom pagination in Sql Server Reports 2005?
Thanks
RaviYes using a formula to break at the given no of lines.
=Int((RowNumber(Nothing)-1)/n) here n is the no of lines in a page.
Amarnath
"Ravi Manda" wrote:
> Hi there,
> Can we implement custom pagination in Sql Server Reports 2005?
> Thanks
> Ravi|||Hi Amarnath , where do i apply and attach this code.
Thanks!
"Amarnath" wrote:
> Yes using a formula to break at the given no of lines.
> =Int((RowNumber(Nothing)-1)/n) here n is the no of lines in a page.
> Amarnath
> "Ravi Manda" wrote:
> > Hi there,
> >
> > Can we implement custom pagination in Sql Server Reports 2005?
> >
> > Thanks
> > Ravi