hello how can i set report viewer height and width to grow until parent element dimensions?
i have set the ReportViewer height and width to 100% but this is only working on IE.
i have also this css that i have saw in a oldest forum thread.
html#html, body#body, form#form1, div#content, center#center
{
border: 0px solid black;
padding: 0px;
margin: 0px;
height: 100%;
min-height:100%;
min-width:100%;
}
But unfortanly this is not working on Chrome or Firefox
Marco Teodoro
i have set the ReportViewer height and width to 100% but this is only working on IE.
i have also this css that i have saw in a oldest forum thread.
html#html, body#body, form#form1, div#content, center#center
{
border: 0px solid black;
padding: 0px;
margin: 0px;
height: 100%;
min-height:100%;
min-width:100%;
}
But unfortanly this is not working on Chrome or Firefox
Marco Teodoro