[]
Creates new report instance from the specified report.
public virtual IHttpActionResult CreateInstance(string reportPath, IDictionary<string, string[]> parameters = null, PageSettings pageSettings = null)
Type | Name | Description |
---|---|---|
string | reportPath | The full path of the report. |
IDictionary<string, string[]> | parameters | The optional parameters. |
PageSettings | pageSettings | The optional page settings. |
Type | Description |
---|---|
IHttpActionResult | An System.Web.Http.IHttpActionResult type object with content of ReportExecutionInfo type object, for the new created report instance. |