Class UtilsController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
UtilsController
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
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 |
|