0
Reply

Readjusting page

Israel

Israel

Apr 7 2015 8:38 AM
515
Hi!
Always when I open my rdlc page preview its show this configuration by default:
left: 20,7
right: 20,7
Concerning me, I need to configurate it like this:
left: 5
right: 5
Then I wrote this code to preconfigure automatically when I preview my page. Otherwise its will not show the other part right side's data. Its sound making the same mecanism to change always the pagepreview configuraton before printing:
this.Questionario_quantitativo1_1TableAdapter.Fill(this.DataSet5.Questionario_quantitativo1_1);
this.reportViewer1.PageSetupDialog();
Left.ToString().Length.ToString();
this.reportViewer1.RefreshReport();
I dont beleive that everyone do the same way I do. There is a right way to resolv this problem. Please help to resolv it.