Quantcast
Viewing all articles
Browse latest Browse all 3636

Show image in Crystal Reports - VS 2008

I am doing a project that includes Crystal Reports. I work with VS 2008. The problem I am facing is how to include the Image inside of crystal reports? I am create a "Bill" and bill has to include the Logo (this would be the image). I have image in the class as byte array (byte[]), so I would like to know how to pass it to report. I have tried to create a Parameter Field (but there in none of type byte[]) and pass the data to it like:

 

crystalReport1.SetParameterValue(FieldName, actualByteArray);

 

 

... but there is no image shown in the field.

 

I really dont know what else to do.

 

---

 

One more thing, about this thread  HERE.

I do NOT have any "format graphic" Dialog. I don`t know which version had (or have), but in VS 2008 there is no such option. There is Picture tab in Format Object, but none Format Graphic (and nor on any other tab).

So please, can any one tell me know to put image in crystal Reports (VS 2008) in runtime, by the code!? I would really appreciate it.

 

 

Big thx.

 

 

Mitja


Viewing all articles
Browse latest Browse all 3636

Trending Articles