This may have been answered, if so point me into the right direction please.
With reporting, am I to understand that currently the designer only works in windows forms, or am I missing something. I cannot seem to find a way to design the form in an web form application.
Thanks.
2 Answers, 1 is accepted
0
Rossen Hristov
Telerik team
answered on 02 May 2007, 02:56 PM
Hello Developer,
The report designer works in Visual Studio 2005 no matter whether it is a part of a WindowsApplication, WebApplication or a ClassLibrary project. The WinViewer control is added to a WindowsForm. Respectively, the WebViewer control is added to a WebForm.
Create a ClassLibrary project and add your report there. Design it by clicking the "View Designer" button on the SolutionExplorer tool window.
Then in your WebForm application, add a reference to that ClassLibrary project. Then put the WebViewer control on your WebForm by dragging it form the toolbox and set its Report property to point to the report that your created in the ClassLibrary. Hope that helps.