'宣言 Public Overridable Function GetReportSupportedFormatByName( _ ByVal reportPath As System.String, _ ByVal formatName As System.String _ ) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetReportSupportedFormatByName( System.string reportPath, System.string formatName )
パラメータ
- reportPath
- レポートの完全パス。
- formatName
- エクスポート形式の名前。
戻り値の型
C1.Web.Api.Document.Models.ExportDescription型オブジェクトのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。