I have a web application that reports the SQL reporting services through the reporting report. Due to the complexity of some reports, I use the RDLC report related to the business object.
Now I would like to extend the system and would like to allow some user-defined reports. Ideally I would like users to add their reports to the same business object that I use to create an RDLC report.
- Is there any control that allows users to create / edit their RDLC files? / Li>
- Can rdl files be associated with business items?
- Any indication / suggestion to write your own control for editing rdlc files (I thought that this is a lot of work and if only 1 or 2 does not have a proper answer then only effort Will). All my development has been done in VS 2005 with SC 2005 in 2005, but in 2008 I can help with the solutions in new facilities.
This is not a lot of answers, but in my company I have put together my Report Builder
We have around 30 reporting service reports that our users can access through the web or desktop applications. What we wanted to do, we make our users the ability to take any section of those reports and themselves.
If there is a report that we have created for them but they do not want to see it graph, they can make it out with the same report if they send a summary report of the parts of 4 separate reports If you want to add to create, they can drag those sections around our custom builder and save it.
The Report Builder had to keep me together, all the different sub-users who I've created read and read by adding XML to them in a Report Builder Template XML file. Then I have to collect all the parameters so that they will not be asked more than once (if you do not want to collect them then parameter names should be unique in all reports) This new report is posted on the XML server and whenever they want Users can access them
I have also given the ability to create their own cover page, headers and footers by dragging them to the text box. , Images, global variables (date ran, created, ran, page number, etc ... anywhere on a blank canvas.) Then I convert all those objects to which they are intoxicating and another report on this canvas XML file Let's change it as a sub-report that they can add to their custom report.
Yes, it has done a lot of work, but our users like it. Donation In the process, to create a report with special groups so that the report can be run at various levels.
So this is possible, but there is no easy answer. =) Give me any advice. Would be happy who asks, but a direct copy of the code is a violation of my contract, but what can I do out of it?
Comments
Post a Comment