Search code examples
winformsreporting-servicesrdlcreport-viewer2010dynamic-rdlc-generation

Local RDLC tablix get expand from second page


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.


Solution

  • I have resolved this issues. need to use List Control instead of Table/Tablix Control in details report.

    Thanks a lot