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

C1.Web.Api.Report アセンブリ > C1.Web.Api.Report 名前空間 > ReportController クラス : GetReportSupportedFormats メソッド
レポートの完全パス。
指定されたレポートによってサポートされるエクスポート形式を取得します。
シンタックス
'宣言
 
Public Overridable Function GetReportSupportedFormats( _
   ByVal reportPath As System.String _
) As System.Web.Http.IHttpActionResult
public virtual System.Web.Http.IHttpActionResult GetReportSupportedFormats( 
   System.string reportPath
)

パラメータ

reportPath
レポートの完全パス。

戻り値の型

C1.Web.Api.Document.Models.ExportDescription型オブジェクトのコレクションのコンテンツを保持するSystem.Web.Http.IHttpActionResult型オブジェクト。
参照

ReportController クラス
ReportController メンバ