RTC HEADER VALUE

LambaLamba Member Posts: 260
edited 2012-07-02 in NAV Three Tier
Hi,

I have a customized report, i have created the header of the report using
code.getsetdata and code.setdata, the data is coming on the header but it is not changing on the next page.
The Header data remains same on all the pages in RTC, but in classic it changes.

Comments

  • udayrmerudayrmer Member Posts: 171
    In body part of RTC layout where have u defined this reportItem ?

    You should define it in body of Table.
    Uday Mer | MS Dynamics NAV Techno-Functional Consultant
  • LambaLamba Member Posts: 260
    Please find the attachment.
    RDLC.jpg 208.3K
  • udayrmerudayrmer Member Posts: 171
    I gone through your provided screen shot I found you had defined it in header of table, define it in body part of table & check
    Uday Mer | MS Dynamics NAV Techno-Functional Consultant
  • LambaLamba Member Posts: 260
    Tried the same, still the result is the same.
  • udayrmerudayrmer Member Posts: 171
    Try to use First, for fields in reportItem
    Uday Mer | MS Dynamics NAV Techno-Functional Consultant
  • manikandanmanikandan Member Posts: 160
    Lamba wrote:
    Hi,

    I have a customized report, i have created the header of the report using
    code.getsetdata and code.setdata, the data is coming on the header but it is not changing on the next page.
    The Header data remains same on all the pages in RTC, but in classic it changes.
    Hi Lamba,
    Add List Box in Body Section after that you should bind data to a list
    if you don't know how to bind data to a list then see this
    http://msdn.microsoft.com/en-us/library ... 42(v=VS.80).aspx
    (Please Refer Default Report 206)
    :thumbsup: :thumbsup:
    Regards,
    Muthusubramanian.M
Sign In or Register to comment.