[]
Gets the info of the specified report.
public virtual IHttpActionResult GetReport(string reportPath)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of ReportInfo type object. |