RTC report transformation

anand_murthuanand_murthu Member Posts: 30
edited 2012-12-03 in NAV Three Tier
Hi All,

The following is the code written at On PreSection() of a Groupheader of a report in Classic

CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY = FIELDNO("Item No.");

I have to use this code at RDLC while transforming classic report to RTC.
I did grouping on "Item No.".
Now do i need to set some visibility condition for that as the code contains both CurrReport.SHOWOUTPUT & CurrReport.TOTALSCAUSEDBY????
If yes ... what will be the condition?

Thanks,
Anand

Comments

  • clauslclausl Member Posts: 455
    NAV 2013?
    Claus Lundstrøm | MVP | Senior Product Manager | Continia.com
    I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
    I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
  • anand_murthuanand_murthu Member Posts: 30
    no....NAV 6.0 R2.
  • deV.chdeV.ch Member Posts: 543
    You need no visibility, The code was needed in classic only. In RDLC you have a header only for one specific grouping, so therefore the functionality that is achieved by "CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY = FIELDNO("Item No.");" works out of the box in RDLC, because of its design.
Sign In or Register to comment.