This is a migrated thread and some comments may be shown as answers.

Web Report Design

2 Answers 177 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
TadR
Top achievements
Rank 1
TadR asked on 02 May 2007, 02:08 PM
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

Sort by
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.

Kind regards,
Rossen
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
TadR
Top achievements
Rank 1
answered on 02 May 2007, 03:48 PM
That did it, thanks for your time!
Tags
General Discussions
Asked by
TadR
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
TadR
Top achievements
Rank 1
Share this question
or