
Yoni Dagan
Top achievements
Rank 1
Yoni Dagan
asked on 10 Jun 2008, 08:43 AM
I insert my Report in Web Page and parameter equaval
ZoomMode
="PageWidth"
In explorer I see vertical scrooll bar constantly.
How i can remove this and zoom hiegth to full hiegth page
Thanks ahead
5 Answers, 1 is accepted
0
Hello Sergey,
The ZoomMode property is implemented in the exact same way as in the SSRS Viewer and the PageWidth setting is not relevant to the vertical scrollbar. We believe that you might be confused by the naming of the values, as by Page we are not referencing the browser height/width, but the available reportviewer page width/height.
Hope this helps.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The ZoomMode property is implemented in the exact same way as in the SSRS Viewer and the PageWidth setting is not relevant to the vertical scrollbar. We believe that you might be confused by the naming of the values, as by Page we are not referencing the browser height/width, but the available reportviewer page width/height.
Hope this helps.
Greetings,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Yoni Dagan
Top achievements
Rank 1
answered on 11 Jun 2008, 11:30 AM
The code:
<
telerik:ReportViewer ID="ReportScoringList" runat="server" Height="" Width=""
ZoomMode="PageWidth"
Report="ReportLibrary.ScoringList, ReportLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" Skin="Office2007" />
Where I make a mistake?
0
Hello Sergey,
Setting explicitly width and height to empty string would mean that the dimensions will be either the width and height of the parent or the default ones, depending on the used doctype. I suggest you to either set width/height to the ReportViewer parents starting with the body/form or remove the doctype declaration and see if that makes any difference.
Kind regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Setting explicitly width and height to empty string would mean that the dimensions will be either the width and height of the parent or the default ones, depending on the used doctype. I suggest you to either set width/height to the ReportViewer parents starting with the body/form or remove the doctype declaration and see if that makes any difference.
Kind regards,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0

Yoni Dagan
Top achievements
Rank 1
answered on 12 Jun 2008, 04:51 AM
Hi Steve!
Now tried to remove doctype as I really not look scrooll bar, but tool bar to appear on column (not row).
What the happens?
Thanks ahead!
Now tried to remove doctype as I really not look scrooll bar, but tool bar to appear on column (not row).
What the happens?
Thanks ahead!
0
Hi Sergey,
Find attached a sample web application where I instantiate an instance of the ProductLineSales report from the online examples and display it in the report. As you can see it does work as explained in my previous post. Vertical layout of the toolbar can happen if the report is nested in a parent which is with explicitly set width, smaller than the one of the report.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Find attached a sample web application where I instantiate an instance of the ProductLineSales report from the online examples and display it in the report. As you can see it does work as explained in my previous post. Vertical layout of the toolbar can happen if the report is nested in a parent which is with explicitly set width, smaller than the one of the report.
Sincerely yours,
Steve
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center