'宣言 Public Overridable Function CreateInstance( _ ByVal reportPath As System.String, _ Optional ByVal parameters As System.Collections.Generic.IDictionary(Of String,String()), _ Optional ByVal pageSettings As PageSettings _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult CreateInstance( System.string reportPath, System.Collections.Generic.IDictionary<string,string[]> parameters, PageSettings pageSettings )
パラメータ
- reportPath
- レポートの完全パス。
- parameters
- オプションのパラメータ。
- pageSettings
- オプションのページ設定。
戻り値の型
C1.Web.Api.Report.Models.ReportExecutionInfo型オブジェクトのコンテンツを保持する、新しく作成されたレポートインスタンスのSystem.Web.Http.IHttpActionResult型オブジェクト。