This is a migrated thread and some comments may be shown as answers.

set report viewer height and width to 100%

1 Answer 454 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Marco Teodoro
Top achievements
Rank 1
Marco Teodoro asked on 01 Jun 2010, 04:03 PM
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

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 Jun 2010, 04:05 PM
Hello Marco,

Please start the Telerik Reporting Visual Studio examples and run the web site which uses the ReportViewer.aspx page, showing you how this is accomplished. That page is running properly in all supported browsers, including Chrome and Firefox.

Best wishes,
Steve
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Marco Teodoro
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or