List repetition

Posted by: ali.raza on 4 May 2023, 8:03 am EST

    • Post Options:
    • Link

    Posted 4 May 2023, 8:03 am EST

    Hello, i want to create a kind of list which can iterate and expand based on the following properties.

    1. I have basically 2 pages of 1 report.
    2. Both of these pages should be iterate able, meaning, when i have 2 records i should get 4 pages.
    3. But i want to maintain my report structure. In ARJS, it is printing like: first 2 records of page 1 are created, then 2 records of page 2 are created.
    4. What i want is to create a page 1, then page 2 using id: 1, then create a page 3 and page 4 using record id: 2

      hope you understand.
  • Posted 7 May 2023, 10:44 pm EST

    Hello Ali,

    You can achieve this behavior by create a list and bind it to the data set and use containers inside the list to create sub sections that you want to show on separate pages. Then you may set the Page Break property of all the containers as “Start” except for the first container.

    So each and every container starts on a new page and set the List’s Page Break property as Between so after each record the first container renders on a new page.

    Please refer to the attached sample report file.

    Regards,

    Akshay

    SampleTwoPageRepeat.zip

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels