Print Page | Close Window

Report Tools Icons

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=22170
Printed Date: 27 Apr 2024 at 5:45pm


Topic: Report Tools Icons
Posted By: Phil Warlick
Subject: Report Tools Icons
Date Posted: 06 Dec 2016 at 7:08am
It took a while to finally solve this problem. Normally the location of the toolbar and tree icons is buried in a folder aspnet_client under the root. The problem is there can be several sub folders and it was difficult to determine which one to use. The solution was actually simple. Make a new folder named ReportImages then two sun folders toolbar and tree. Copy the respective icons into each folder. The add the following likes to the report aspx file

ToolbarImagesFolderUrl="/ReportImages/toolbar"
GroupTreeImagesFolderUrl="/ReportImages/tree"

Be sure to delete the folder aspnet_client locally and on the web server.

-------------
Phil Warlick



Print Page | Close Window