
Hi,
I want to update all standard NAV 2013 R2 database reports layout (Paper size) from A4 to Letter and update margins as well. I know how to do it manually but I am looking for tools (hotfix) or program that helps me to update RDLC reports layout. Does anyone have any ideas?
Thanks,
Dhruv
*This post is locked for comments
I have the same question (0)My suggestion export all the report in a unique .txt file, parse the RDLDATA xml content of every report (even with a NAV report) to find the <Style> node child of <Page> where check and in case the node <PageHeight>, <PageWidth>, <LeftMargin>, <TopMargin> which define the page size.