Link to home
Start Free TrialLog in
Avatar of aspnetdev
aspnetdev

asked on

How to call rdlc designer in a windows application

Hi,
I have to create a .net C# windows application for rdlc designer to edit reports.This application should be able to call the reports designer and edit  the rdlc.I saw the Microsoft provides a  Microsoft.ReportDesigner.dll,but there is no ReportDesigner custom control or exe that i can directly call in my app .Can anyone guide me how to create this app.
Thanks,
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Hmmm...I don't remember hearing that the Microsoft.ReportDesigner supports that level of design, but I do know about creating custom components for the Visual Studio report designer.

Creating a Custom Report Item Design-Time Component
http://msdn.microsoft.com/en-us/library/ms345225.aspx

I am not saying that it can't be done, but I just haven't heard of a way, yet...
Avatar of aspnetdev
aspnetdev

ASKER

Thanks for the response.But i guess there is something different i am looking for.Yeah,i dont find this anywhere on google.
I would be VERY interested in an answer, if there was one to be found!!

Are you looking to design .rdlc files from your application?  Report files are open XML, and it is possible to develop your own simple designer, and create/modify the XML for the report.
Can you tell if there are any 3rd party sql reports designer  avaliable.If yes can you let me know the product names.

I don't know of any 3rd party report designers.
ASKER CERTIFIED SOLUTION
Avatar of aspnetdev
aspnetdev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial