It is possible to integrate the Report Builder on an application in C # destokp
It is possible to integrate the Report Builder on an application in C # destokp
October 8th, 2010 3:23pm

Hi creyes2009, Report Builder is a click once application, it can be run by URL: http://<servername>/reportserver/ReportBuilder/ReportBuilder.application In this case, we can redirect the user to the URL in the C# application to simulate the integration(integrated Report Builder with C# application). If you have any more questions, please feel free to ask. Thanks, Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
October 12th, 2010 12:19pm

A different apporach is to use the DLLs for the Report Designer. They are in the Visual Studio 2008 PrivateAssembly folder: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies Look for the Microsoft.ReportDesigner namespace, specifically the LayoutEditor WinForm Control. You will also need to bring in some of the ConnectionUI DLLs so the pop-up dialogs launch correctly. It's not documented well at all on MSDN, and I'm still exploring it myself. -- Scott
October 12th, 2010 2:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics