Search Results for

    Show / Hide Table of Contents

    Class DialogController

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    ApiControllerBase
    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
    Back to top © 1998-2023 Copyright Fast Reports Inc.