Hi,

I have several reports ( .rdl) that I created using report designer, how can
I let the end user make modifications to the text in some of these reports.
As I am unable to use Report Builder to modify reports ( .rdl ) created with
Report designer, what are my options. is there a way I can embed the report
designer within my c# winform application. I have tried converting/creating
a report builder version but with no success..

Thanks in advance..

Re: How do I allow an end user make modifications to a rdl that I created using Report Designer by sullins602

sullins602
Fri Mar 02 17:21:07 CST 2007

On Mar 2, 3:09 pm, "Rob Dob" <robdob20012...@yahoo.com> wrote:
> Hi,
>
> I have several reports ( .rdl) that I created using report designer, how can
> I let the end user make modifications to the text in some of these reports.
> As I am unable to use Report Builder to modify reports ( .rdl ) created with
> Report designer, what are my options. is there a way I can embed the report
> designer within my c# winform application. I have tried converting/creating
> a report builder version but with no success..
>
> Thanks in advance..

Hi there...if you are running SSRS 2005 I would make the report using
the report builder if at all possible then give the user rights to
change it. There probably are other ways of doing this but I think
this might be the easiest...


Re: How do I allow an end user make modifications to a rdl that I created using Report Designer by EMartinez

EMartinez
Sat Mar 03 23:33:18 CST 2007

On Mar 2, 5:21 pm, "sullins602" <ben.sull...@gmail.com> wrote:
> On Mar 2, 3:09 pm, "Rob Dob" <robdob20012...@yahoo.com> wrote:
>
> > Hi,
>
> > I have several reports ( .rdl) that I created using report designer, how can
> > I let the end user make modifications to the text in some of these reports.
> > As I am unable to use Report Builder to modify reports ( .rdl ) created with
> > Report designer, what are my options. is there a way I can embed the report
> > designer within my c# winform application. I have tried converting/creating
> > a report builder version but with no success..
>
> > Thanks in advance..
>
> Hi there...if you are running SSRS 2005 I would make the report using
> the report builder if at all possible then give the user rights to
> change it. There probably are other ways of doing this but I think
> this might be the easiest...

Also, depending on the text that needs to be changed, you could allow
certain text report parameters to be filled in by the user and use the
parameter results to set the text in the report.

Regards,

Enrique Martinez
Sr. SQL Server Developer