
Alexis To Lai Mei
Top achievements
Rank 1
Alexis To Lai Mei
asked on 18 Mar 2009, 08:33 AM
Hi ,
I'm using Q3 2007 version, the web viewer can be shown on the page, the export and print function work normally, but no data can display
there is the link
http://hk.crownrelo.com/cwmasset/page/reportviewer.aspx
Alex
I'm using Q3 2007 version, the web viewer can be shown on the page, the export and print function work normally, but no data can display
there is the link
http://hk.crownrelo.com/cwmasset/page/reportviewer.aspx
Alex
4 Answers, 1 is accepted
0
Hello Alexis,
As far as we can tell there is data in the report shown both through the web viewer and in the exported pdf file (see attached files). Are we missing something or can you elaborate on the exact issue?
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
As far as we can tell there is data in the report shown both through the web viewer and in the exported pdf file (see attached files). Are we missing something or can you elaborate on the exact issue?
All the best,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Alexis To Lai Mei
Top achievements
Rank 1
answered on 18 Mar 2009, 09:31 AM
Thx for your quick reply. I found that it just not work in my PC, i use anoher pc and it work fine ><
0

Alexis To Lai Mei
Top achievements
Rank 1
answered on 19 Mar 2009, 06:12 AM
Steven,
I found the problem occur in IE6 when the height of report viewer is 100%
Alexis
I found the problem occur in IE6 when the height of report viewer is 100%
Alexis
0
Hello Alexis,
In order to have the Web report viewer display with 100% height in Internet Explorer, you would need to remove the VS default doctype (or use a less restrictive one) and apply height to the whole DOM tree:
<style type="text/css">
html#html, body#body, form#form1
{
height: 100%;
}
</style>
including any container controls (div, table etc.) the viewer is nested in.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
In order to have the Web report viewer display with 100% height in Internet Explorer, you would need to remove the VS default doctype (or use a less restrictive one) and apply height to the whole DOM tree:
<style type="text/css">
html#html, body#body, form#form1
{
height: 100%;
}
</style>
including any container controls (div, table etc.) the viewer is nested in.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.