integrate report with my RTC

julkifli33julkifli33 Member Posts: 1,092
edited 2010-10-25 in NAV Three Tier
i already create report ... let say 50001
and then i create layout for the RTC
i test it using run DynamicsNAV:////runreport?report=50001

now i want to integrate my report with my RTC
how can it be done?
thanks

Comments

  • deV.chdeV.ch Member Posts: 543
    What exactly do you mean by integrating? you want to start the report from a page? Then you need to add an action, which runs the report, on that page.
  • clauslclausl Member Posts: 455
    See the walkthrough: Adding Actions to a Customer List Page
    http://msdn.microsoft.com/en-us/library/dd301058.aspx
    In your case you just write r50001 in the RunObject property.

    Or you could also add your report to the MenuSuite 1010 and it will then be visible i Departments in the RoleTailored client.

    Regards,
    Claus
    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 :-)
  • julkifli33julkifli33 Member Posts: 1,092
    so if we want to add report 50001,
    i already try to design menusuite MBS and dept MBS
    after i add it to the menusuite and want to close it.... it was said i dont have permission to modify 'MBS' menusuite

    what granule should i get if i want to add this?
  • julkifli33julkifli33 Member Posts: 1,092
    after i create design layout from cside reports become rdlc
    can i update the report through visual studio??
    because even i modified the report, but the report in RTC is still the same
    can anyone help me?
  • julkifli33julkifli33 Member Posts: 1,092
    CurrReport.SHOWOUTPUT := FALSE;
    

    can not work after convert it become RTC report??
  • hemantOnehemantOne Member Posts: 98
    Hi,


    you need to use Visible Property of that section in RDLC.
    Regards,
    Hemant
    They can conquer who believe they can
    .
  • julkifli33julkifli33 Member Posts: 1,092
    but still untidy....
    very messy
    i think we should design it once again in visual studio :(
Sign In or Register to comment.