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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment