cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert my own logo on crystal-report Dynamic

Former Member
0 Kudos

hi

work on Visual-studio 2010, C# and i need to insert my logo on crystal-report Dynamic.

i have on my report - Picture1 image and i need to insert to him my logo

when the page load - but Dynamic.

how to do it ?

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor
0 Kudos

Right-click the picture object, Format Graphic..., Picture tab, and enter an expression for the Graphic Location property.

Former Member
0 Kudos

thanks for the help !

i need that the path will be my application path -

Application.StartupPath + @"\MyPic.jpg";

how to do it ?  can i get a sampe ?

thanks

ido_millet
Active Contributor
0 Kudos

Easiest option is to store the path in a single-row database table and have the report retrieve that value using an SQL Expression.

One option is to pass the logo path to the report by setting the value of a formula or a parameter in code.

Another option is to use a UFL that has functions for reading registry or ini values. If you don't want to write your own UFL for this, see list of 3rd-party UFLs here: Crystal Reports Viewers, Schedulers and Related Products

Answers (0)