Link to home
Start Free TrialLog in
Avatar of Jammerules
Jammerules

asked on

Custom progress bar instead of default "Report is being generated icon/image"

Hey Simon,

I am trying to know if there is a way to keep a progress bar instead of the
default circling image during report load up. Please share your ideas and
suggestions
ASKER CERTIFIED SOLUTION
Avatar of simon_kirk
simon_kirk
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jammerules
Jammerules

ASKER

Hey,
Just in case, how about I hit the source directly. In the sense, I tried to find this gif file-'spinning_whe­el.gif' on my computer and I could find it. Later, it struck to my mind that it could be stored on the dataserver as a binary file and I see like there are so many tables that are storing different binary files(some of them are image datatype). Is there a way that you could tell me where this "spinning_whe­el.gif" (if at all stored as a binary image file) is exactly stored in the dataserver????

Thanks
Jammer
Hi,

Unfortunately the image is compiled into one of the RS assemblies as a resource, so it doesn't physically exist on the RS Server as a file or within the tables.  You probably found this file on your PC under the Temporary Interent Files folder, as it's downloaded when you run reports.

Even if you could change the image, a progress bar would be pretty pointless as it has no way of establishing how long the report has been running or how much longer is left.

If your after a bit of Report Manager customisation try this:

Change the folder icon
--------------------------
1. Rename 48folderopen.jpg to 48folderopen_orig.jpg icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\images\
2. Produced a 48x48 jpg image of your logo
3. Renamed the 48x48 your logo to 48folderopen.jpg and then copied the logo into the image folder above and hit refresh
Hey Simon

Okey here is what I did:

1.Opened C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportManager\images\  and renamed the already existing 48folderopen.jpg to 48folderopen_orig.jpg
2.In paint application, I created a small jpeg image with 48X48 dimensions and compared with the existing "48folderopen_orig.jpg" file and I found these parameters
               
                                            48folderopen_orig.jpg                    My New File

      > width                                    48                                           48
      > height                                   48                                           48
      > Horizontal Resolution              72dpi                                       96dpi
      > Vertical Resolution                 72dpi                                        96dpi
      > Bit Depth                               24                                            24
      > Frame count                          1                                              1

3. Next I save this new file as "48folderopen.jpg"  in the path 'c:\program files\microsoft sql server\mssql\reporting services\reportmanager\images' and ran the report.
   But I see the default wheel intact again!!!

Do you think  horizontal and vertical resolution should be the same??
actually I used MSoft Photo editor and made that Horizontal and Vertical Resolution equal to 72dpi and saved it back in the images folder and tried again. Still am not able to see the "new" image while the report loads!!
oh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Now I see it, your steps would change the report manager's logo!! Man, that is not what I wanted anyways!!