Stimulsoft Reports Designer.Web. Server Side Saving


In this tutorial I will give you how easy it is to save reports created and edited with Stimulsoft Reports Designer.Web on the web server.



Stimulsoft reports has a web based report designer component that provides full report editing capabilities inside a web browser. Thanks to this component called Designer.Web you can now allow end users to edit reports to their requirements and save the report definition locally or on the server. The best part of the Designer.Web is drag and drop deployment, all you need to do is insert the designer component on an ASP.net webform and write one line of code to start allowing users to edit existing report or create their own reports. This feature would be extremely useful for minor changes that would normally require developer intervention such as changing color, font or alignment of text or adding a new field to the table or changing the location of the paging number.



The salient features of Stimulsoft Reports Designer.Web are:


1) Platform independent (runs on Adobe Flash®)
2) Drag and drop implementation and deployment
3) Option of saving report definition on the web server or on user’s computer
4) Extremely useful for minor changes and updates by end users
5) Extremely useful for global development teams
The data for this sample report will come from the AdventureWork sample database provided by Microsoft.
In this tutorial I will show you how easy it is to use the web designer with the following activities

1. How to add StiWebDesigner and other controls on a web page
2. Show list of reports when page loads
3. Show report on listbox selection
4. Show web report designer
5. Edit selected report
6. Save report file on the server
7. Create new report and view it


1. Add StiWebDesigner and other controls to your web page



2. Show list of reports when page loads 3. Show report on listbox selection 4. Show web report designer 5. Edit selected report 6. Save report file on the server 7. Create new report and view it



Notes:
1) Save As is used to download the report definition on local user’s drive
2) Save is used to save the report on the server side