Class DialogController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
DialogController
Namespace: FastReport.Web.Controllers
Assembly: FastReport.Web.dll
Syntax
public sealed class DialogController : ApiControllerBase
Constructors
DialogController(IReportService)
Declaration
public DialogController(IReportService reportService)
Parameters
Type | Name | Description |
---|---|---|
IReportService | reportService |
Methods
TouchDialog(String)
Declaration
[HttpPost]
[Route("/_fr/dialog")]
public IActionResult TouchDialog([FromQuery] string reportId)
Parameters
Type | Name | Description |
---|---|---|
System.String | reportId |
Returns
Type | Description |
---|---|
Microsoft.AspNetCore.Mvc.IActionResult |