I am creating Local RDLC report using Windows application to create local report. when report runs first page of report display proper as per the design view but from second page onwards report get shrink above and right. width and height expand from second page onwards.
I am using all shrink option false.
ConsumeContainerWhiteSpace = true canSrink =False CanGrow = False;
please help to fix this issue.
Thanks a lot in advance.