How to render two table with different column in details section report

Posted by: hoangnd3 on 18 October 2017, 2:56 pm EST

  • Posted 18 October 2017, 2:56 pm EST

    i need help, I want render two table different column in details sections and break page to horizontal page,examble bellow:

    Preconditions:

    Table1 have 6 rows

    Table2 have 6 rows

    Expected:

    Page 1 show two table, table1 repeat 3 rows, table 2 repeat 3 rows

    Page 2 show two table, table1 repeat repeat last 3 rows, table2 repeat last 3 rows

    PAGE 1/

    -------------Group Header----------

    ---------------Details-------------

    ---------Table1(3 rows)------------

    -Col1-Col2-Col3-Col4-

    -Col1-Col2-Col3-Col4-

    -Col1-Col2-Col3-Col4-

    ---------Table2(3 rows)-----------

    -Col11-Col21-

    -Col11-Col21-

    -Col11-Col21-

    -----------Group Footer----------

    PAGE 2/

    -------------Group Header----------

    ---------------Details-------------

    ---------Table1(last 3 rows)------------

    -Col1-Col2-Col3-Col4-

    -Col1-Col2-Col3-Col4-

    -Col1-Col2-Col3-Col4-

    ---------Table2 (last 3 rows)-----------

    -Col11-Col21-

    -Col11-Col21-

    -Col11-Col21-

    -----------Group Footer----------

  • Posted 22 October 2017, 10:53 pm EST

    Since there is no Table control in SectionReport, your requirement can be fulfilled using Page/RDL Report. You can place two Table controls adjacent to each other and add required columns in these Tables. I have attached a sample PageReport for your reference. Please change the path of the datasource before running the report.

    Let me know if this doesn’t help.

  • Posted 22 October 2017, 11:04 pm EST

    Sorry missed the attachment. Have attached it now.Tables_PageReport.zip

Need extra support?

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

Learn More

Forum Channels