|
|
|
How to improve the appearance of SQL BLOB images in Report Viewer RDLC using
ImageDraw and ASP.NET - PDF & Excel Support
Technologies used
- Neodynamic ImageDraw (2.0 or later) for ASP.NET
- Microsoft .NET Framework (2.0 or later)
- Microsoft Visual Studio .NET (2005 or later - Visual Web Developer Express Edition)
- Microsoft Visual Studio 2005 ReportViewer control for ASP.NET
- Microsoft SQL Server 2000 or later
|
|
 |
You can use RDLC (Report Definition Language Client-side
processing) reports to deliver images, photos or pictures stored in SQL BLOB
(Binary Large Object) fields using the standard Image control. However those
images are rendered as is (i.e. as they are stored in those BLOB records) and
with a new size if desired as well.
Due to its flexible design, ImageDraw allows you to dynamically apply imaging effects on those SQL BLOB images in RDLC reports highly improving the whole appearance of them!
In the following sample we're going to create a RDLC report which shows Music Albums data including CD Cover images stored in SQL BLOB fields using ImageDraw and Visual Studio 2005 ReportViewer controls in an ASP.NET Web Application
The idea is enhance the appearance of the images onto the reports using ImageDraw Object Model.
In this sample we're going to use our NeoMIX database sample, a SQL Server database that you can get at the end of this guide.
Follow these steps
Sample Files Download
Here are the VB.NET and C# versions of this sample. Please, download the
zip file you want to. After extract it you'll find all necessary files to
reproduce this step by step guide.
Remember to download and install
ImageDraw in order to reproduce this sample demo.
If you need more information or assistance, please contact our
.
|
|
|
|