Search Results for

    Show / Hide Table of Contents

    Class GetReportController

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    ApiControllerBase
    GetReportController
    Namespace: FastReport.Web.Controllers
    Assembly: FastReport.OpenSource.Web.dll
    Syntax
    public sealed class GetReportController : ApiControllerBase

    Constructors

    GetReportController(IReportService)

    Declaration
    public GetReportController(IReportService reportService)
    Parameters
    Type Name Description
    IReportService reportService

    Methods

    GetReport(String, GetReportServiceParams)

    Declaration
    [HttpPost]
    [Route("/_fr/preview.getReport")]
    public IActionResult GetReport(string reportId, [FromQuery] GetReportServiceParams query)
    Parameters
    Type Name Description
    System.String reportId
    GetReportServiceParams query
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    TouchReport(String)

    Declaration
    [HttpPost]
    [Route("/_fr/preview.touchReport")]
    public IActionResult TouchReport(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.