Search Results for

    Show / Hide Table of Contents

    Class ConnectionsController

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

    Constructors

    ConnectionsController(IConnectionsService)

    Declaration
    public ConnectionsController(IConnectionsService connectionsService)
    Parameters
    Type Name Description
    IConnectionsService connectionsService

    Methods

    GetConnectionStringProperties(ConnectionsController.ConnectionsParams)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.getConnectionStringProperties")]
    public IActionResult GetConnectionStringProperties([FromQuery] ConnectionsController.ConnectionsParams query)
    Parameters
    Type Name Description
    ConnectionsController.ConnectionsParams query
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    GetConnectionTables(ConnectionsController.ConnectionsParams)

    Declaration
    [HttpGet]
    [Route("/_fr/designer.getConnectionTables")]
    public IActionResult GetConnectionTables([FromQuery] ConnectionsController.ConnectionsParams query)
    Parameters
    Type Name Description
    ConnectionsController.ConnectionsParams query
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    GetConnectionTypes()

    Declaration
    [HttpGet]
    [Route("/_fr/designer.getConnectionTypes")]
    public IActionResult GetConnectionTypes()
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult

    MakeConnectionString(String)

    Declaration
    [HttpPost]
    [Route("/_fr/designer.makeConnectionString")]
    public IActionResult MakeConnectionString(string connectionType)
    Parameters
    Type Name Description
    System.String connectionType
    Returns
    Type Description
    Microsoft.AspNetCore.Mvc.IActionResult
    Back to top © 1998-2023 Copyright Fast Reports Inc.