New to Telerik Report Server? Download free 30-day trial

Report Designer

The Report Designer is a report authoring tool. When you design a report, you specify where to get the data, which data to get, and how to display the data. When you run the report, the report generation engine takes all the information you have specified, retrieves the data, and combines it with the report layout to generate the final report document. You can preview these documents in Report Designer, or you can publish your report to Report Server, where others can run it.

Access

The Report Designer tool can be accessed from the Report Server web management application upon new report or edit report action. If the web browser agent supports the ClickOnce deployment technology (built-in for IE and extension for other browsers), the tool gets installed on the client machine. Otherwise, the web application will provide a link to download and run the tool manually.

In the first case, the user will get the subsequent tool updates handled by the ClickOnce technology, and in the latter, this should be handled by the user (re-download a fresh version of the tool).

Schema Compatibility

The supported report definitions format eventually changes with the new versions of the Report Server product. The version of the report definition is referred as Schema version. The definition schema version of a particular report stored on the server gets updated upon editing with a newer Report Designer. However, no Report Designer can be used having a newer schema version than the one supported by the Report Server. This rule gets enforced by the Server and Designer negotiation logic so that the Server can actually render the uploaded report definition. The best practice is to always use the Report Designer coming with the current version of the Report Server product.

Report Designer Localization with ClickOnce Deployment

Telerik Report Server supports localization of the Standalone Report Designer when used with ClickOnce deployment.

The Report Designer -> Options -> Language drop-down lists all available languages (resources) located locally and on the connected Report Servers. If no language is explicitly defined, the Standalone Report Designer will use the language set in the Report Server administration.

Data Connectivity

Report Server supports WebService, SQL, Object, and inline JSON DataSource and CSV data sources.

Telerik Report Server Learning Resources

See Also

In this article