Since the C1WebReport control hosts the C1Report component, it uses the exact the same report definitions used in Windows applications developed with Componentone Reports™ for WinForms. You can use the rich Reports for WinForms object model to customize reports on-the-fly, providing ad-hoc reporting capability to your pages. This integration also gives you the power to use the advanced features included in Reports for WinForms (for example, report customization, report generation, and RTF export).
Creating enterprise-style reports with WebReports for ASP.NET is as easy as dragging the control onto an ASPX page, setting the ReportSource property to select the report you want to show, and optionally customizing the appearance of the control by setting a few properties (for instance, Paged, DrillDown, and NavigationBar).
Highlights
 | Built-in AJAX SupportWith WebReports for ASP.NET's built-in AJAX support you get interactive page navigation. End-users spend less time waiting and more time interacting with the report. |
| Efficient Report CacheExperience extremely fast response times with WebReports for ASP.NET's efficient report cache. Each time the C1WebReport control renders a report it is compressed and stored in the server, eliminating the need to re-query the database and re-generate the report when it is needed again. This reduces server loads and results in extremely fast response times at low memory cost. |
| Access to ComponentOne Reports™ Powerful Object ModelWebReports for ASP.NET's Report property gives you access to Reports for WinForms object model. Customize the report on a Web page and access other Reports for WinForms features, including report parameters, extensive data support, subreports, and more. |
| Powerful Expand/Collapse FunctionalityAdding expand/collapse capability to report sections makes it dramatically easier to navigate, analyze, and understand your report data. |
| Built-in, Configurable Navigation BarBrowse through paged reports and export them to different formats using the built-in navigation bar. Completely configurable in terms of appearance and functionality, the navigation bar is guaranteed to match the style used in your application. |