Search Results for

    Show / Hide Table of Contents

    Class ServiceController

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