What is the best way to modify report ( .rdl ) within c# winform app

R

Rob Dob

Hi,

I have several reports within my c# winform application, I need to be able
to give the user the ability to make minor modifications to some of these
reports prior to running them. Currently I am making use of both .rdl and
..rdlc reports within my application. the modifications that the user needs
to be able to make are minor, usually they just need to change some static
text within the page. What is the easist way for me to accomplish giving
the user this ability. I have researched the ssrs rebuilder but that seems
confusing,

Looking forward to your suggestions, Thanks in advance...
 
B

Boyd Ferris

Hi,

I have several reports within my c# winform application, I need to be able
to give the user the ability to make minor modifications to some of these
reports prior to running them. Currently I am making use of both .rdl and
.rdlc reports within my application. the modifications that the user needs
to be able to make are minor, usually they just need to change some static
text within the page. What is the easist way for me to accomplish giving
the user this ability. I have researched the ssrs rebuilder but that seems
confusing,

Looking forward to your suggestions, Thanks in advance...

You can always modify the XML entry and then save the report file. Of
course, you can also add fields to your report and change them using
the report's API.
 
B

Bryan Phillips

My users (and sometimes myself) are using the report builder to build
reports. I, too, was in the dark about report builder until I did the
hands-on labs in SQL Server help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top