ReportController class
namespace: Serenity.Extensions.Pages assembly: Serenity.Extensions
Controller for rendering and downloading reports.
public class ReportController : Controller
Public Members
| name | description |
|---|---|
| ReportController(…) | Controller for rendering and downloading reports. |
| Download(…) | Downloads a report with the specified key and options. |
| Render(…) | Renders a report with the specified key and options. |
| Retrieve(…) | Retrieves report information for the specified request. |
Protected Members
| name | description |
|---|---|
| readonly reportFactory- | The report factory used to create report instances. |
| readonly reportRenderer- | The report renderer used to render reports. |
See Also
- Source: ReportController.cs