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

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

パラメータ

reportPath
レポートの完全パス。
parameterName
パラメータの名前。

戻り値の型

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

ReportController クラス
ReportController メンバ