reporting services - How to group my subreports into 1 header & 2 details output -


currently i've created below report total of 3 subreports, expectation using dn_header main header sub report pickslip header & pickslip details.

but seems output i'm having totally mess whereby "dn_header" show 1 of data & applied toward sub reports not right. wrong output

so how can make such output? i'm not familiar grouping if there's reference great. expected output

you need create few sub reports. may have of them completed i'll go thru them.

here's rough sketch of layout based on expected output image.

enter image description here

note: subreports , b combined single report. depends if plan use parts elsewhere. combining might make little easier.

  1. subreport a. details section. should accept parameters filter data applicable.
  2. subreport b. details header plus details body. again must accept parameters filter data applicable.
  3. subreport c. contain header , single cell tablix. contains dataset returns 1 record every instance of subreport b needs shown. contain tablix single cell. tablix's dataset point new dataset. in cell, insert subreport , set point subreportb. pass in parameters dataset tho subreport (in subreport properties) subreportb shows correct data.
  4. main report. similar subreportc, contains single cell tablix containing subreport c in it's cell , dataset used loop thru each required instance of subreport c

hope makes sense?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -