ReportController.Download method
namespace: Serenity.Extensions.Pages assembly: Serenity.Extensions
Downloads a report with the specified key and options.
public ActionResult Download(string key, string opt, string ext)
| parameter | description |
|---|---|
| key | The report key. |
| opt | The report parameters. |
| ext | The export format extension. |
Return Value
The report download result.
See Also
- class ReportController