SSRS Report - Duplex Print- Change Group- Start new page

Hello All,

I am developing an SSRS report, client is using duplex printing i.e report prints on both sides of paper.

Eg : Should print list of all employee details, if there are three employees E1, E2 and E3

E1 details fit into 4 pages(Even)

E2 details fit into 5 pages(Odd)

E3 details fit into any number of pages say 2 Pages

Now when I print the report there are total of 11 pages (4 + 5+ 2) it is printing like

pages 1:front E1 Page : 1

Page 1: back E1 Page : 2

pages 2:front E1 Page : 3

Page 2: back E1 Page : 4

pages 3:front E2 Page : 1

Page 3: back E2 Page : 2

pages 4:front E2 Page : 3

Page 4: back E2 Page : 4

pages 5:front E2 Page : 5

Page 5: back E3 Page : 1

pages 6:front E3 Page : 2

Page 6: back (blank)

But the desired output is

pages 1:front E1 Page : 1

Page 1: back E1 Page : 2

pages 2:front E1 Page : 3

Page 2: back E1 Page : 4

pages 3:front E2 Page : 1

Page 3: back E2 Page : 2

pages 4:front E2 Page : 3

Page 4: back E2 Page : 4

pages 5:front E2 Page : 5

Page 5: Blank instead of (Page 5: back E3 Page : 2)

pages 6:front E3 Page : 1

Page 6: back E3 Page : 2

The whole point of story to keep it brief is to insert a blank page after the end of a group for odd number of pages when a duplex printing is used. Let me know any clarification is needed to the question

Thanks

Nash

social.msdn.microsoft.com/…/duplex-printing-in-reporting-services