Tuesday, March 6, 2012

"Other" rdlc designer

I want to give the ability to my customers to design the reports, without
installing Vs2005 to use its designer, since they are not developers... Is
there some tool that allows me to design rdlc outside of Vs2005 ide?
Thanks in advance.RS2005 comes with Report Builder which allows users to make their own
reports. First you create a database "model" and put on the Report Server
for the users. Then users access Report Builder through Report Manager in a
Web browser. Users can save their report definitions; however, the .rdl
files from Report Builder do not seem to be interchangeable with the .rdl
files produced by Visual Studio.
"Fabio Pagano" <fpagano@.apsystem.it> wrote in message
news:%23ffeIRrQGHA.1204@.TK2MSFTNGP12.phx.gbl...
>I want to give the ability to my customers to design the reports, without
> installing Vs2005 to use its designer, since they are not developers... Is
> there some tool that allows me to design rdlc outside of Vs2005 ide?
> Thanks in advance.
>|||"Bill Miller" <graniteboulder59@.yahoo.com> wrote in message
news:O%23qybEsQGHA.1556@.TK2MSFTNGP09.phx.gbl...
> RS2005 comes with Report Builder which allows users to make their own
> reports.
--CUT--
Thanks, but i use rdlc files (not rdl) which are in "local processing" mode
(that is, without reporting services). So i was searching for a designer for
rdlc files, not rdl.|||rdlc files are the same thing as RS 2005 (not RS 2000) rdl files. All you
have to do is take a rdl file and rename it to rdlc. As a matter of fact,
the designer is so much better in the RS 2005 designer that I design and
test the report there (for instance it has a preview tab) and then I bring
it into my project.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Fabio Pagano" <fpagano@.apsystem.it> wrote in message
news:eVuhlctQGHA.4384@.tk2msftngp13.phx.gbl...
> "Bill Miller" <graniteboulder59@.yahoo.com> wrote in message
> news:O%23qybEsQGHA.1556@.TK2MSFTNGP09.phx.gbl...
>> RS2005 comes with Report Builder which allows users to make their own
>> reports.
> --CUT--
> Thanks, but i use rdlc files (not rdl) which are in "local processing"
> mode
> (that is, without reporting services). So i was searching for a designer
> for
> rdlc files, not rdl.
>|||"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:esWgImtQGHA.5808@.TK2MSFTNGP12.phx.gbl...
> rdlc files are the same thing as RS 2005 (not RS 2000) rdl files. All you
> have to do is take a rdl file and rename it to rdlc.
Ok, but how can i give the customer (that is not a developer nor has
sqlserver 2005 or reporting services) the capability to modify the rdlc
file?|||see http://www.cizer.com/portalcsvs/DesktopDefault.aspx
that is a commercial tool without the need for Visual Studio.
Another option you have is - take the RDL specification and write your
custom program which can author RDL files triggered by user inputs or
events.

No comments:

Post a Comment