Class GetReportController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
GetReportController
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class GetReportController : ApiControllerBase
Constructors
GetReportController(IReportService)
Declaration
public GetReportController(IReportService reportService)
Parameters
Methods
GetReport(String, GetReportServiceParams)
Declaration
[HttpPost]
[Route("/_fr/preview.getReport")]
public IActionResult GetReport(string reportId, [FromQuery] GetReportServiceParams query)
Parameters
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|
TouchReport(String)
Declaration
[HttpPost]
[Route("/_fr/preview.touchReport")]
public IActionResult TouchReport(string reportId)
Parameters
Type |
Name |
Description |
System.String |
reportId |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.IActionResult |
|