473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Dynamically placing logo on Crystal Report

2
Hi! All
I m working on crystal reports with ASP.NET2.0.
I have to place logo dynamically on crystal report.
to do this. i create a dataSet -> DataTable -> and add one Column name Picture & set type System.Byte[]; add another
Column Name Title & set the type System.String.
DataSet fills successfully but logo is not displayed on report.
so far i define pictures path in web.config.

DataRow dr = dt.NewRow();
dr["Picture"] = GetImage(ConfigurationManager.AppSetting["logo"]);
byte []GetImage(string fileName); returns the byte array.

can anyone help me to do complete this task.
Thanks in advance
Dec 17 '07 #1
1 2748
create a formula field for image.

at runtime bind the image.
Dec 24 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: puunda | last post by:
Hi All, I had previously asked this question with regard to Cyrstal Reports, which I believe is not the most suitable for doing the job. The problem: I need to create a report with X number...
0
by: sandeep | last post by:
Mine requirement is to Put images on report(version which come with VS.NET) dynamically. For example if manager is looking a report then Image1.bmp should come and if normal Employee is looking for...
3
by: Li Pang | last post by:
Hi, I want to add a logo into a crystal reprot, anybody can give solution. thanks in advance
0
by: NetPrg | last post by:
Hello friends, My doubt is that I’ve saved a .bmp file, which is co’s logo into C:\folder1 How can I bring this logo into crystal report for printing Cash invoice? I’m using vb.net 2003 version....
0
by: David Dvali | last post by:
Hello. I have just started using Microsoft Reporting tools and I like it very much. I'm using Microsoft SQL Server 2005 and Microsoft Visual Studio 2005 for generating reports in my ASP.NET web...
7
by: Steve_Black | last post by:
Hello, I'm toying with the idea of loading a MenuStrip (VB.Net 2005) dynamically based on who is logged into my system. Every user has different security settings and I want to customize the...
0
by: Badis | last post by:
Hi, I have posted this question in ASPNET forum and now I'm posting here because I need the answer urgently Pleaaaaase. How to generate a Crystal report dynamically the way that I can define the...
0
by: Badis | last post by:
Hi, How to generate a Crystal report dynamically the way that I can define the name of my report in run time. without having to go to Solution...|Add Item....|Cryustal Report ....etc Thanks
2
by: Ranjan Patro | last post by:
Use a text box to accept a querry or a stored proceudure (SQL Server preffered) Display the column names in another checked list box Display the report using the checked items in a crystal report ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.