Class PrintReportController
Inheritance
System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    
    PrintReportController
  Namespace: FastReport.Web.Controllers
Assembly: FastReport.OpenSource.Web.dll
Syntax
[Route("/_fr/preview.printReport")]
public sealed class PrintReportController : ApiControllerBaseConstructors
PrintReportController(IReportService, IPrintService)
Declaration
public PrintReportController(IReportService reportService, IPrintService printService)Parameters
| Type | Name | Description | 
|---|---|---|
| IReportService | reportService | |
| IPrintService | printService | 
Methods
PrintReport(PrintReportController.PrintReportParams)
Declaration
[HttpGet]
public IActionResult PrintReport([FromQuery] PrintReportController.PrintReportParams query)Parameters
| Type | Name | Description | 
|---|---|---|
| PrintReportController.PrintReportParams | query | 
Returns
| Type | Description | 
|---|---|
| Microsoft.AspNetCore.Mvc.IActionResult |