[]
        
(Showing Draft Content)

C1.Web.Api.Report.ReportController.GetInstances

GetInstances Method

GetInstances(string)

Gets all report instances created by the specified report.

Declaration
[HttpGet]
public virtual IActionResult GetInstances(string reportPath)
<HttpGet>
Public Overridable Function GetInstances(reportPath As String) As IActionResult
Parameters
Type Name Description
string reportPath

The full path of the report.

Returns
Type Description
IActionResult

An IActionResult type object with content of collection of ReportExecutionInfo type object.