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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -