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

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

パラメータ

reportPath
レポートの完全パス。
instanceId
レポートインスタンスID。

戻り値の型

コンテンツなし。
参照

ReportController クラス
ReportController メンバ