Skip to main content

Posts

Showing posts with the label NAV2009-RTC

Add Image in RTC Reports?

Hi all, I think I got late with this post, but I was unaware that most of us still don't know how to add reports in Role Tailored Client Reports. So let's have a look on the same. For the demo purpose I will use standard report with ID 111.

RTC Report Landscape Format without Printer Settings.

Hi all, In Case of Report Development in Landscape Format, it was behaving wired. In need to select the printer orientation from the printer settings. But later on I thought about the same and started searching on the web. Then From MSDN i found out that if the report settings in RDLC are done correctly then we don't need to change the printer settings every time.

RTC Report Page Number - Format x/y

Hi all, Let see how can we achieve Page Number in RTC Reports as Current Page/Total Pages in RTC Reports. Design any of the standard reports I used purchase invoice, and go to RTC Layout of the report From View - layout. I have added a new text box in the report Header, then i went to expression by right-clicking on the text box.

RTC Report Page Number - Format x/y

Hi all, Let see how can we achieve Page Number in RTC Reports as Current Page/Total Pages in RTC Reports. Design any of the standard reports I used purchase invoice, and go to RTC Layout of the report From View - layout. I have added a new text box in the report Header, then i went to expression by right-clicking on the text box.

TransHeader & TransFooter in RTC Reports

Hi all, While Trying to figure out something new features in Navision RoleTailored Client, I figured out a blog which I find useful to share with you all. Most of the time customer ask for Transheaders and Transfooters in Role Tailored Client(RTC) Reports and we say that it cannot be done as read in Microsoft documents. I tested by creating a report as suggested in the Blog and it worked as expected. Its is done by using the Hash Table in the Report Code Section. Please read the complete blog at here . Thanks & Regards Saurav Dhyani www.sauravdhyani.com

RTC Report Development 3.

Hi all, If you haven't read part1 and part2 then click here for Part1 and Part2. Now lets see what can be done to create Page Header without any issues. Lets check what Microsoft do to create Page Header for the same report. Here is what it see the Layout of standard Report.

RTC Report Development 2.

Hi all, If you haven't read the part first then read it  here. Now when you created the suggestion layout you can see the Red Dots in the Report body. For being specific in the table details of the first table in the Page Body. The most part of an RTC Report is the Page Header, we all face issues in this. Let's discuss what happens when we say suggest layout.

RTC Report Development 1.

Hi all, we all have some known and unknown issues while creating a Report For Role Tailored Client . we will try to create a standard report by deleting its Layout and creating a new RDLC Layout from Scratch. I have saved Standard Report 406 Purchase - Invoice as 5000 Purchase - Invoice 1. Then I deleted its existing layout by using Tools->Delete Layout. Now lets create the Layout from Scratch. Now lets see what Layout suggestion suggest for this report, by using Tools -> Create Layout Suggestion.