Getting current line

Stimulsoft Reports.NET discussion
Post Reply
borges
Posts: 5
Joined: Wed Oct 31, 2012 4:08 pm
Location: Brazil

Getting current line

Post by borges »

How can I get the current line number of last row of page in DataBand?

I thank you for the help and attention of all thank you very much...
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Getting current line

Post by Alex K. »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Please try to use the system variable Line.

Thank you.
borges
Posts: 5
Joined: Wed Oct 31, 2012 4:08 pm
Location: Brazil

Re: Getting current line

Post by borges »

For example:

You can use following expression if you need get latest value at page:

cLast(DataBand,MOVIMENTO.CODIGO_DOCUMENTO);

and how can I get the current line number of this last value?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Getting current line

Post by Alex K. »

Hello,

Please try to use the following expression:
DataBand.Line

Thank you.
Post Reply