Class ServiceController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
ServiceController
Namespace: FastReport.Web.Controllers
Assembly: FastReport.OpenSource.Web.dll
Syntax
public sealed class ServiceController : ApiControllerBase
Constructors
ServiceController(IReportService, ITextEditService)
Declaration
public ServiceController(IReportService reportService, ITextEditService textEditService)
Parameters
Type | Name | Description |
---|---|---|
IReportService | reportService | |
ITextEditService | textEditService |
Methods
TextEditForm(ServiceController.PrintReportParams)
Declaration
[HttpGet]
[Route("/_fr/preview.textEditForm")]
public IActionResult TextEditForm([FromQuery] ServiceController.PrintReportParams query)
Parameters
Type | Name | Description |
---|---|---|
ServiceController.PrintReportParams | query |
Returns
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.IActionResult |