ReportController.Download method

namespace: Serenity.Extensions.Pages   assemblySerenity.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