Loading a image into Crystal report using dataset (PUSH MODEL)

I have stored a image in a database as byte[]
when i use the pull model and connect directly to the database i can drag and drop the image field into the designer i can see the picture in design time and in runtime. this works ok.

But the thing is that i want to use the push model. I make a dataset with the same fields as the table, and when i drag and drop the image field from til dataset i cant see the picture in runtime or design time. The field is a crBlobFieldObject

does anyone know how i can push a image into crystal reports using datasets

Im using the Crystal Reports v. 9 within visual studio

Any help will be appreciated
Yusuf


Answer this question

Loading a image into Crystal report using dataset (PUSH MODEL)

  • bandreasen

    Hello Yusuf,

    Passing images from a dataset to a report does work.

    Can you verify that the image is loaded into the dataset properly (outside of Crystal Reports)

    Do you create the report from scratch using the dataset

    Do you other fields show up properly in the report

    Keith - Business Objects

  • Loading a image into Crystal report using dataset (PUSH MODEL)