Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print when?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Titre:
Divers
Thread ID:
01233666
Message ID:
01233705
Vues:
10
> I thought I was asking the question :)
>
>I am using CR10 (the one that comes with VS2005).
>There is no visible property in the formatting options for the image (well I can't find it).

>
>haha, yeah, i did ask more questions than you did.
>
>CR11 adds some new features for images, that's why I wondered.
>
>Just 1 more question....is it the same image for each row/page/whatever? And sometimes you print the image, sometimes you don't?
>
>If so, there are a couple of options...
>
>- depending on thelayout of the report, you could create a group/section/subreport that ONLY has the image....and in the visible (or suppress) options for the group/section/subreport, you could create a formula to conditionally display that section.
>
>- there's a 2nd way, but it's a bit more involved. You can create a byte column in your runtime dataset, and load the image programatically for certain rows. However, if the image is large...and/or you have a ton of rows, that means the runtime dataset will be really large. Let me know if this interests you, and i can send you some code.
>
>Kevin

Yeah it is the same image for reach row. I can not go the group/section/subreport route, so that leaves me with the byte[] column. I think that will work good because the image is a 16x16 and there is a maximum of 15 rows.
I think the only thing I need code for is to conver a Bitmap object to byte[].

Thanks,
Einar
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform