I am using Rdlc report in windows application. rdlc report is working perfect but the only problem with the design. when running the report in reportviewer design is constant on first page but from second page TABLIX get expand around 1" Right and Top.
Properties I have applied:
ConsumeContainerWhiteSpace = true
canSrink =False
CanGrow = False;
but this still gives the same issues.
Thanks a lot in advance.
I have resolved this issues. need to use List Control instead of Table/Tablix Control in details report.
Thanks a lot