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

Set position for ProgressText for WebForm ReportViewer

2 Answers 128 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Duy
Top achievements
Rank 1
Duy asked on 18 May 2009, 11:25 AM
Hi,

I'm using WebForm ReportViewer in Reporting version 2.9.9.202. Because I set the height of report rather large so when I'm waiting for ReportViewer running, it shows defined progress text but in middle of viewer. The thing is user can't see that text if they don't scroll down to middle of page.

I would like to ask whether ReportViewer supports set position for progress text to top, middle or bottom in viewer ? I went around report viewer webform but couldn't find any help

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 19 May 2009, 09:46 AM
Hi Duy,

Out of the box way for placing the image on a custom position is not supported at this time. If your report page settings contain extra large sized report, then you might consider the ZoomMode property of the viewer instead of setting large height for the viewer.
However if you're interested only in the progress text position (i.e. no loading image shown), then you can control its position through the .WaitText class in the ReportViewer.css file. You can set position:absolute and then play around with the top and left attributes to place the progress text whereever you want. As for the Loading.gif image - you can set an empty 1x1 px image for it.

Regards,
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
Duy
Top achievements
Rank 1
answered on 20 May 2009, 05:29 PM
Thank Steve,
I'll try and let you know whether it's ok
Tags
General Discussions
Asked by
Duy
Top achievements
Rank 1
Answers by
Steve
Telerik team
Duy
Top achievements
Rank 1
Share this question
or