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

Report Designer Control

4 Answers 173 Views
Report Designer (standalone)
This is a migrated thread and some comments may be shown as answers.
Jako
Top achievements
Rank 1
Jako asked on 25 Feb 2016, 01:03 PM

Hi everyone

We are building a WindowsForms application and we would like to include a Report Designer control. Basically give the user the ability to draw up basic reports themselves.

Is there a Telerik Control that can replicate the reporting designer as a windows forms control?

Any other 3rd party designers you know?

Thank you.

4 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 29 Feb 2016, 02:03 PM
Hello Jako,

The Standalone Designer is an executable you can freely distribute as a part of your solution. More details are included in the License Agreement (2.3 Report Designer License). If you refer to other usage of the Standalone Designer or the product, please contact our Sales team if you do not find the requested information in the linked license agreement.

The Standalone Designer is an application that cannot be integrated as a module in other project, but you can use standard approaches to run the exe. The tool can be extended to load external libraries with custom code like user functions and data objects - Extending Report Designer.


Other approach is to create custom UI allowing the end-user to select data, how it will be visualized, basic page settings and other, which can be read and interpreted as Telerik.Reporting.Report properties. In such scenario, the recommended approach is to design sample reports with the VS Report Designer to get familiar with reports' structure (the designer.cs|vb content).


Let us know if you have any further questions.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jako
Top achievements
Rank 1
answered on 01 Mar 2016, 08:21 AM

Thanks Stef

I would have liked to have a water-downed version of the standalone module as a control of my WinForms application.

We are using the designer already to create preselected reports, but the client requires the ability to design reports themselves.

Perhaps a custom UI that creates a Report on the fly is the way to go. Will see if there are other 3rd party software that can do this first.

Thank you.

0
Stef
Telerik team
answered on 03 Mar 2016, 11:25 AM
Hi Jako,

The approach with the custom UI and the dynamic generation of reports is suitable if you need the module integrated in your application.

Other approach is to distribute the Standalone Designer tool's exe along with your application, and to start the process from the application. To ease end-users in creating reports, you can provide them with templates to start from or/and loaded data objects to use for designing the layout.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Jako
Top achievements
Rank 1
answered on 03 Mar 2016, 11:28 AM
Thanks Stef.

 

We found a stand alone end-user report designer that gives all the functionality of the report designer with one drag-and-drop control.

Will be using that instead.

Tags
Report Designer (standalone)
Asked by
Jako
Top achievements
Rank 1
Answers by
Stef
Telerik team
Jako
Top achievements
Rank 1
Share this question
or