'宣言 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型オブジェクト。