Windows Develop Bookmark and Share   
 index > Windows Forms General > Report with bitmaps
 

Report with bitmaps

Hello,

please, would you be so kind to help me with creating report with bitmaps.
I have name of bitmap file in one of MDB database column and I need to display (and print) in report. I tried to use Crystal Report, but without success.

Thank for any answer

Sincerely Miroslav Knapek
MigrationUser 1  Wednesday, October 01, 2003 1:53 PM
So each record has it's own bitmap, and you will conceivably be printing lots of bitmaps?  
MigrationUser 1  Thursday, October 09, 2003 12:02 PM
I have the same question.  Is this with Crystal Reports?
MigrationUser 1  Saturday, October 11, 2003 10:32 PM
This works with a PrintDocument.
e.Graphics.DrawImage(Image.FromFile(ProjectIDSelection.ProjectImagePath), 100, 200, 300, 225) ' e.Graphics.VisibleClipBounds)
        
where ProjectIDSelection.ProjectImagePath is a variable containing the path.

I would like to do this with Crystal Reports.
MigrationUser 1  Sunday, October 12, 2003 3:12 PM

You can use google to search for other answers

Custom Search

More Threads

• About Graphics.
• Creating a screenshot of an active WinForms app?
• Beginners trouble
• How to check Windows Form is completely shown on the screen
• Unload the form, simple close form1 and open form2 how?
• reg:console application
• open file dialog
• Getting started with ADO/winforms. Cannot find good example
• How to build a jog control
• Sharing Anchors