Click here to Skip to main content
15,883,901 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear Friends,

Am working on Asp.net,c#,SqlServer 2005.

Printing Problem in Crystal Reports VS 2008
===========================================

I have a GridView and a Print Button on my webform, When i click the Print button.
The records are printing perfectly.

I have thousands of records in my GRIDVIEW.

BUT the thing here is that...I need Header Logo on every page after printing.

Please Solve this ISSUE.

Thanks..........!!
Posted

1.In Designer, insert a placeholder image.
2.Right-click the placeholder image, and click Format Graphic.
3.On the Picture tab, next to Graphic Location, click the formula button.
4.Enter the path there, or provide a formula which provides it.

At run-time, Crystal will substitute the image from the file.

If you want, you can use a parameter field in your formula. That way you can provide the path programmatically at run-time.
 
Share this answer
 
Comments
Ranjith Reddy CSE 11-Jun-12 2:27am    
Boss, I need Image on Every Page.

I mean Logo on every page....and the Data to be displayed below logo.

Please Advice me,

Thanks.
 
Share this answer
 
Comments
Ranjith Reddy CSE 11-Jun-12 2:27am    
Boss, I need Image on Every Page.

I mean Logo on every page....and the Data to be displayed below logo.

Please Advice me,

Thanks.
Right click on your crystal report & select insert then select picture control then choose the image that you want to show....
 
Share this answer
 
v2
Comments
Ranjith Reddy CSE 11-Jun-12 2:27am    
Boss, I need Image on Every Page.

I mean Logo on every page....and the Data to be displayed below logo.

Please Advice me,

Thanks.
nachiket03 11-Jun-12 2:47am    
yes bro.., you will get that image or logo on every page, just add that control on "section 2 [page header]", so it will displayed as header on every page
Nagendra kun 13-Jul-12 4:25am    
Hello can anyone explain how to add header dynamically to every page while printing in php?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900