Search Results for

    Show / Hide Table of Contents

    Class UtilsController

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

    Constructors

    UtilsController(IDesignerUtilsService, IReportService, IReportDesignerService)

    Declaration
    public UtilsController(IDesignerUtilsService designerUtilsService, IReportService reportService, IReportDesignerService reportDesignerService)
    Parameters
    Type Name Description
    IDesignerUtilsService designerUtilsService
    IReportService reportService
    IReportDesignerService reportDesignerService

    Methods

    GetComponentProperties(String)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.getComponentProperties")]
    public IActionResult GetComponentProperties(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    GetConfig(String)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.getConfig")]
    public IActionResult GetConfig(string reportId)
    Parameters
    Type Name Description
    System.String reportId
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    GetDesignerObjectPreview(String)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.objects/preview")]
    public async Task<IActionResult> GetDesignerObjectPreview(string reportId)
    Parameters
    Type Name Description
    System.String reportId
    Returns
    Type Description
    System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult>

    GetFunctions(String)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.getFunctions")]
    public IActionResult GetFunctions(string reportId)
    Parameters
    Type Name Description
    System.String reportId
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    GetMSChartTemplate(String)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.objects/mschart/template")]
    public IActionResult GetMSChartTemplate(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult
    Back to top © 1998-2023 Copyright Fast Reports Inc.