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

Reporting Tool Architecture

1 Answer 129 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 12 Dec 2013, 06:51 PM
I wonder if someone can point me to a document that describes the reporting architecture. 

My main question has to do with the stand alone report designer and whether it needs to have direct access to the data source, or whether it operates against a webservice of some type. 

Also, is there a report server, or is the report generated on the web server?

I haven't been able to find an architectural overview type document that answers these questions.

thanks,
BOb

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 16 Dec 2013, 06:34 PM
Hi Bob,

In general the report is a .NET object or serialized in XML format definition is processed on the server machine. What and when happens is described in the Report Life Cycle help article.

To connect to data you can use any of the dedicated data source components, beneath which we use standard .NET approaches to retrieve data from models, custom business object, databases and etc. The Standalone Designer can be extended to use all of the available data source components as described in the Extending Report Designer and related articles. Thus you can use existing database, XML files, oData feeds for example.

Let us know if you have any further questions.

Regards,
Stef
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Bob
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or