[]
Renders the report instance with the specified instance id.
public virtual IHttpActionResult RenderInstance(string reportPath, string instanceId, IDictionary<string, string[]> parameters = null, PageSettings pageSettings = null, string actionString = null)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
string | instanceId | The report instance id. |
IDictionary<string, string[]> | parameters | The optional parameters. |
PageSettings | pageSettings | The optional page settings. |
string | actionString | The optional action string. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of ReportStatus type object. |