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

Logo should only print but not displayed

1 Answer 29 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mercede
Top achievements
Rank 2
Mercede asked on 24 Jul 2013, 04:14 PM
I have a requirement in reports that logo should only be displayed when the report is printed but not when it is displayed. What I have identified is 
  1. Place the logo and make the Visible = false
  2. Write the code that identifies when the report is printed and at that time make the logo property visible=true

I do not know what event or function I have to write my code in. does anyone has any idea?

Regards, 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 26 Jul 2013, 01:06 PM
Hello Mercede,

Currently out of the box you can't change the report layout according the rendering extension/operation. Still you can override the ASP.NET report viewer print functionality to change the report instance. Check out the attached sample that shows how to override the report viewer print functionality with your own.

Regards,
Peter
Telerik

Have you tried the new visualization options in Telerik Reporting Q2 2013? You can get them from your account.

Tags
General Discussions
Asked by
Mercede
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or