Pierre Greborio.NET

Talking about .NET world

Data extension for SQL Server Reporting Services

I implemented a new data extension for SQL Server Reporting Services that loads an image given an URL (it accept parameters too) for a project I am working on. Since there isn't reasons to keep it private, I decided to share the code on GotDotNet in order to have feedbacks and suggestions ...:-)

Comments

SBC said:

hey thanks! will check it out for sure..
# January 26, 2004 9:34 AM

Prasad Yalamanchili said:

I copied the dll as you said into the bin folder and so is the assembly file

I also added the strings you said to the report server and report designer config files.

When I try to add a new datasource with the path of http://www.companyname.com/image/211.bmp file it is saying the following error:

The data extension was not found in the configuration file Reportdesigner.config. Add the extension to the configuration file before proceeding or choose another data extension. I am using SQL Report designer version of 8.00.673.01. Any ideas please...

Prasady@kidsii.com
# March 12, 2004 3:43 PM