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

Viewer - Page Width (Default)

2 Answers 539 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sasa
Top achievements
Rank 1
Sasa asked on 06 Nov 2008, 09:34 PM
Does anyone know if there is a way to set the report to be displayed by default at the page width setting (pull down selection)?  Currently it defaults at 100%...  Thx!

2 Answers, 1 is accepted

Sort by
0
Accepted
Steve
Telerik team
answered on 07 Nov 2008, 10:08 AM
Hello Sasa,

You can use the ZoomMode property for this purpose.

Regards,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Sasa
Top achievements
Rank 1
answered on 07 Nov 2008, 03:23 PM

Steve,

Thanks very much on your assistance. I was able to set the viewer to default to the page width setting.

<asp:PlaceHolder runat="server" ID="placeholderreport">   
<telerik:ReportViewer ID="ReportViewer1" runat="server" Height="750px" Width="100%" ZoomMode="PageWidth" /> </asp:PlaceHolder> 

I also found a good resource in your help pages:

http://www.telerik.com/help/reporting/aspnetreportviewerproperties.html

Sasa

Tags
General Discussions
Asked by
Sasa
Top achievements
Rank 1
Answers by
Steve
Telerik team
Sasa
Top achievements
Rank 1
Share this question
or