crystal reports (and C#)
-
I'm working on a project written in C# / ASP.NET, and we're using crystal reports for em..reports. We're now in trouble, because our database is designed in a way that several companies can work on it at the same time, and the application is too.. our problem are reports, because most of them have a company logo in the top right corner and..it would be bad to show the same logo for ten different companies. Any ideas how to deal with this?? Is there a way to put a link to an image dynamically? It would be terrible if we were to create a new report for each new company.. I'm not sure if I've explained this well enough..:~ Any ideas are welcome..:sigh: --- http://sprdsoft.cmar-net.org - We Sprd You Softly Our site features contents and several images. All of this is very weird. http://sprd.12.forumer.com Our forum features..err..nothing. You're welcome to contribute. In the end, war is not about who's right, it's about who's left.
-
I'm working on a project written in C# / ASP.NET, and we're using crystal reports for em..reports. We're now in trouble, because our database is designed in a way that several companies can work on it at the same time, and the application is too.. our problem are reports, because most of them have a company logo in the top right corner and..it would be bad to show the same logo for ten different companies. Any ideas how to deal with this?? Is there a way to put a link to an image dynamically? It would be terrible if we were to create a new report for each new company.. I'm not sure if I've explained this well enough..:~ Any ideas are welcome..:sigh: --- http://sprdsoft.cmar-net.org - We Sprd You Softly Our site features contents and several images. All of this is very weird. http://sprd.12.forumer.com Our forum features..err..nothing. You're welcome to contribute. In the end, war is not about who's right, it's about who's left.
As per my knowledge there is no such techinics which will load report image dynamically based on some condition. In case, if you want to show different the company logo's, you can store respective logos in some table. Once that is done then try to bind that feild which contain image to your report based on some company specific values.:-D Sreejith Nair [ My Articles ]
-
As per my knowledge there is no such techinics which will load report image dynamically based on some condition. In case, if you want to show different the company logo's, you can store respective logos in some table. Once that is done then try to bind that feild which contain image to your report based on some company specific values.:-D Sreejith Nair [ My Articles ]
sreejith ss nair wrote: In case, if you want to show different the company logo's, you can store respective logos in some table. Once that is done then try to bind that feild which contain image to your report based on some company specific values. Hell, that's exactly the thing I'd like to do :-D OR, I can kill the man who thought of placing the logo on reports. Blast it. If need be, I'll go to work armed ask for a specific name, but the root of this problem will come to light :laugh: Darn..:( I guess we'll dump the logo in the end or something.. But I still keep thinking that there must be a way of doing just that.. :~ --- http://sprdsoft.cmar-net.org - We Sprd You Softly Our site features contents and several images. All of this is very weird. http://sprd.12.forumer.com Our forum features..err..nothing. You're welcome to contribute. In the end, war is not about who's right, it's about who's left.