ASP.NET Web API コントロール
CreateInstance メソッド

C1.Web.Api.Report アセンブリ > C1.Web.Api.Report 名前空間 > ReportController クラス : CreateInstance メソッド
レポートの完全パス。
オプションのパラメータ。
オプションのページ設定。
指定されたレポートから新しいレポートインスタンスを作成します。
シンタックス
'宣言
 
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型オブジェクト。
参照

ReportController クラス
ReportController メンバ