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

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

パラメータ

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

戻り値の型

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

ReportController クラス
ReportController メンバ