Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 28th, 2004, 09:22 AM
Registered User
 
Join Date: Jan 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Suppress report toolbar and logo

Hi all

Is there a way to suppress the printing of the toolbar and logo 'powered by Crystal' on reports. I know you can prevent certain items (Search, Go to Page, etc.) from appearing in the toolbar and I don't care if it shows up in the view. I just don't want it to print on the report. If anyone has any ideas that would be great.

thanks
dick

 
Old February 13th, 2004, 05:13 AM
Authorized User
 
Join Date: Feb 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,
You can make these changes in the viewer file.
<PARAM NAME="EnableRefreshButton" VALUE=1>
<PARAM NAME="EnableGroupTree" VALUE=1>
<PARAM NAME="DisplayGroupTree" VALUE=1>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=1>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
Set the value to zero if you do not wish to enable the features.

2) Powered by Crystal does not print if you click the print icon in the viewer.



Thanks!
Srimahavishnu Vadlapatla
(Mahavishnu / Vishnu)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get logo.jpg to appear on report LenexaKS Reporting Services 1 July 23rd, 2007 04:04 PM
displaying image as logo dynamically in report asad_uet Crystal Reports 0 June 26th, 2006 03:57 AM
How to suppress address and toolbar baburman Javascript 1 August 18th, 2005 03:49 PM
How to suppress address and toolbar baburman Javascript How-To 4 August 18th, 2005 09:31 AM
changing image/logo in report header h_haviv Crystal Reports 1 February 27th, 2005 07:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.