This is a migrated thread and some comments may be shown as answers.

Conditional formatting on last row...

5 Answers 486 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 07 Jul 2011, 01:57 PM
Hello,
how can I have a particular formatting on last row? I need to hide the bottom border.... I've tried with =Count(Fields.Descr) == =RowLines() but seems RowLines is 1 based...
thanks

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 07 Jul 2011, 04:50 PM
Hello Paolo,

To check for the report's last line you can use the following expression:

= Fields.Descr=Exec("MyReportName",Last(Fields.Descr))

Give it a try and let us know how it goes. If you need additional assistance on the topic we will appreciate if you elaborate further on your scenario.

All the best,
Peter
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
chris_cf
Top achievements
Rank 2
answered on 13 Oct 2011, 10:31 PM
Is it possible to get the Last value of a textbox in the detail section?
0
Peter
Telerik team
answered on 14 Oct 2011, 04:13 PM
Hi Chris_Cf,

The report engine is data driven thus our suggestion is to access the last textbox's data field as shown in the following example:
=Exec("MyReportName",Last(Fields.MyDataField)

You may find useful the Functions help article.

Greetings,
Peter
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

0
chris_cf
Top achievements
Rank 2
answered on 14 Oct 2011, 04:50 PM
Hi Peter,

The textbox I am using has the following value:
[=RunningValue("txtPaymentAmountTotal",Fields.PaymentAmountTotal)]

It gives me the running total for each row.

However, I want to pull the last value (from txtPaymentAmountTotal) on each page to display it in the page footer to show the running total on a per-page basis.
0
Peter
Telerik team
answered on 19 Oct 2011, 02:35 PM
Hi Chris_Cf,

Please check out the suggested approach in Running Total forum thread you have opened.

Kind regards,
Peter
the Telerik team

Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.

Tags
General Discussions
Asked by
Michele
Top achievements
Rank 2
Answers by
Peter
Telerik team
chris_cf
Top achievements
Rank 2
Share this question
or