Class ExportReportController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
ExportReportController
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class ExportReportController : ApiControllerBase
Constructors
ExportReportController(IReportService, IExportsService)
Declaration
public ExportReportController(IReportService reportService, IExportsService exportsService)
Parameters
Methods
ExportReport(ExportReportController.ExportReportParams)
Declaration
[HttpGet]
[Route("/_fr/preview.exportReport")]
public IActionResult ExportReport([FromQuery] ExportReportController.ExportReportParams query)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|
GetExportSettings(ExportReportController.ExportSettingsParams)
Declaration
[HttpPost]
[Route("/_fr/exportsettings.getSettings")]
public IActionResult GetExportSettings([FromQuery] ExportReportController.ExportSettingsParams query)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|