'宣言 Public Overridable Function ExportInstance_Post( _ ByVal reportPath As System.String, _ ByVal instanceId As System.String, _ ByVal options As System.Collections.Generic.IDictionary(Of String,String) _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult ExportInstance_Post( System.string reportPath, System.string instanceId, System.Collections.Generic.IDictionary<string,string> options )
パラメータ
- reportPath
- レポートの完全パス。
- instanceId
- レポートインスタンスID。
- options
- エクスポートのオプション。
戻り値の型
エクスポートされるファイルストリームのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。