Options

Classic report to Report RTC (RDLC)

tedltedl Member Posts: 20
edited 2011-01-31 in NAV Three Tier
Hy,

I have problem with convert classic report to rtc report (RDLC).

What happen with code which write on Classic Client On OnPreReport() or OnPostReport() trigger?

Is this code integration in RTC Report (RDLC) report or we must write this code manualy on new report RTC (RDLC)?

Thanks.

Comments

  • Options
    thankeshthankesh Member Posts: 170
    tedl wrote:
    Hy,
    What happen with code which write on Classic Client On OnPreReport() or OnPostReport() trigger?

    Is this code integration in RTC Report (RDLC) report or we must write this code manualy on new report RTC (RDLC)?
    Hi,


    As for as rdlc report is concerned the code written in OnPrereport() or OnPostreport() trigger will work. But, the codes written in section triggers wont work in rdlc report.
    With warm regards,

    Thankesh

    ***Learn to lead***
  • Options
    tedltedl Member Posts: 20
    thankesh wrote:
    tedl wrote:
    Hy,
    What happen with code which write on Classic Client On OnPreReport() or OnPostReport() trigger?

    Is this code integration in RTC Report (RDLC) report or we must write this code manualy on new report RTC (RDLC)?
    Hi,


    As for as rdlc report is concerned the code written in OnPrereport() or OnPostreport() trigger will work. But, the codes written in section triggers wont work in rdlc report.

    So for section must write code in RDLC which similar code section in classic report? Have you same good tutorial on net?
  • Options
    thankeshthankesh Member Posts: 170
    So for section must write code in RDLC which similar code section in classic report? Have you same good tutorial on net?

    You have to write code manually in the rdlc report "Expression" for any control.

    Eg: For achieving,

    Currreport.showoutput(false); functionality in rdlc report for a page header.

    A text box control sshould be placed inside a Table box Page Header, in rdlc report designer. For visiblity of that specific Page Header, a conditional statement should be written in "Expression" f(x) of that specific section (i.e) Page header.
    With warm regards,

    Thankesh

    ***Learn to lead***
Sign In or Register to comment.