Show mutltiple tables seperated by page breaks using Active Reports, C# and SQL Server -


i using active reports 7 c# , sql server. have query has parameter audid. want show data based on parameter below.

  1. when audid = aud1, show data aud1, gets data sql query

  2. when audid = aud1 , aud2 checkboxes, same data should show on different reports 1 aud1 , other aud2 (the same query used data different aud's)

  3. when audid = all, need show tabled data each aud in different pages

could please suggest me can solution create such report?

thanks

is data coming single resultset? or issue 2 queries each audid?

if both in same resultset create group on audid , can set pagebreakafter on groupfooter new audid end on new page.

if send requirements tech support on our site activereports.grapecity.com , 1 of our engineers can further.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -