'宣言 Public Overridable Function RenderInstance( _ ByVal reportPath As System.String, _ ByVal instanceId As System.String, _ Optional ByVal parameters As System.Collections.Generic.IDictionary(Of String,String()), _ Optional ByVal pageSettings As PageSettings, _ Optional ByVal actionString As System.String _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult RenderInstance( System.string reportPath, System.string instanceId, System.Collections.Generic.IDictionary<string,string[]> parameters, PageSettings pageSettings, System.string actionString )
パラメータ
- reportPath
- レポートの完全パス。
- instanceId
- レポートインスタンスID。
- parameters
- オプションのパラメータ。
- pageSettings
- オプションのページ設定。
- actionString
- オプションのアクション文字列。
戻り値の型
C1.Web.Api.Report.Models.ReportStatus型オブジェクトのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。