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

C1.Web.Api.Report アセンブリ > C1.Web.Api.Report 名前空間 > ReportController クラス : ExportReport_Post メソッド
レポートの完全パス。
エクスポートのオプション。
エクスポートされるファイルの名前(オプション)。
レンダリングに使用されるオプションのパラメータ。
レンダリングに使用されるオプションのページ設定。
オプション、指定されたページ設定/パラメータなどを使用して、指定されたエクスポートフィルタに指定されたレポートをエクスポートします。
シンタックス
'宣言
 
Public Overridable Function ExportReport_Post( _
   ByVal reportPath As System.String, _
   ByVal exportOptions As System.Collections.Generic.IDictionary(Of String,String), _
   Optional ByVal exportFileName 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 ExportReport_Post( 
   System.string reportPath,
   System.Collections.Generic.IDictionary<string,string> exportOptions,
   System.string exportFileName,
   System.Collections.Generic.IDictionary<string,string[]> parameters,
   PageSettings pageSettings
)

パラメータ

reportPath
レポートの完全パス。
exportOptions
エクスポートのオプション。
exportFileName
エクスポートされるファイルの名前(オプション)。
parameters
レンダリングに使用されるオプションのパラメータ。
pageSettings
レンダリングに使用されるオプションのページ設定。

戻り値の型

エクスポートされるファイルストリームのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。
参照

ReportController クラス
ReportController メンバ