Hi,

I have a couple of reports that I created within the SQL Report Designer, I
would like to give the ability to the end user of C# Winform application to
be able to make modification to this .rdl file using the Report Builder,
however when I try and launch the report that I created within the Report
Designer using the Report builder I get the following error..

Microsoft.ReportingServices.ReportBuilder.ReportModel.Report: The report
'http://localhost/ReportServer/MyReport)' cannot be opened because no data
source is associated with it. Associate a model data source with this report
and try again.

How can I resolve this situation.

Thanks

Re: Edit Report Created in Report Designer within Rebuild Builder by Bryan

Bryan
Sat Mar 03 21:25:01 CST 2007

Technically, you are only supposed to be able to go from Report Builder
to Report Designer and not the other way around.

That being said, if you follow these suggestions at the link, you can
still bend the rules:

http://blogs.msdn.com/bobmeyers/archive/2006/09/28/775709.aspx


--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com



"Rob Dob" <robdob20012002@yahoo.com> wrote in message
news:#sh7oFPXHHA.4240@TK2MSFTNGP06.phx.gbl:

> Hi,
>
> I have a couple of reports that I created within the SQL Report Designer, I
> would like to give the ability to the end user of C# Winform application to
> be able to make modification to this .rdl file using the Report Builder,
> however when I try and launch the report that I created within the Report
> Designer using the Report builder I get the following error..
>
> Microsoft.ReportingServices.ReportBuilder.ReportModel.Report: The report
> 'http://localhost/ReportServer/MyReport)' cannot be opened because no data
> source is associated with it. Associate a model data source with this report
> and try again.
>
> How can I resolve this situation.
>
> Thanks