showing RTC Report and NOT Classi Report

wwestendorpwwestendorp Member Posts: 178
edited 2012-08-28 in NAV Three Tier
Hi,

I developed as a start fo converting 3.7 to NAV R2 a Customised Order Confirmation Report.

I I try to see it via

dynamicsnav:////runreport?report=[Number]

wher [Number] is my report number then the Classic Request Form and Report is shown and not he RTC one.

How can I test a RTC Report without linking it first to a page or action etc. ?

:roll:

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Did you create rdlc layout for report?

    If not, it will open classic report only from RTC..

    Create rdlc layout and transform the request form to request page using trnasformation tool and try..
  • wwestendorpwwestendorp Member Posts: 178
    Yes I opened the existing Report, used the Function Suggest Layout, Modified the layout, saved the Report.
    Do I need to change the Option Page onlz if I have Options?

    Regards,

    William
  • clauslclausl Member Posts: 455
    In NAV 2009 the program will check if RDLC layout exist on Report when running the report.
    If no RDLC layout Classic report will be displayed.
    If RDLC exist the Report will open in Report Viewer 2008.

    Export you report to txt and verify that RDLC layout exist in the bottom of the report.
    If it just says:
    RDLDATA
      {
      }
    }
    
    Then you have no layout.

    /Claus Lundstrøm
    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 :-)
Sign In or Register to comment.