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

Problems whith Scrooll bar in reporting page

5 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
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

Sort by
0
Steve
Telerik team
answered on 10 Jun 2008, 02:14 PM
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
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
Steve
Telerik team
answered on 11 Jun 2008, 03:17 PM
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
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!
0
Steve
Telerik team
answered on 12 Jun 2008, 09:51 AM
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
Tags
General Discussions
Asked by
Yoni Dagan
Top achievements
Rank 1
Answers by
Steve
Telerik team
Yoni Dagan
Top achievements
Rank 1
Share this question
or