ActiveReports 11.0J Server管理者ガイド
DownloadItem メソッド

使用するセキュリティトークン。
ダウンロードするためのアイテムのタイプを指定します。
ダウンロードするための項目の識別子。
ストレージから要求されたリソースをダウンロードします。
構文
'宣言
 
Function DownloadItem( _
   ByVal token As String, _
   ByVal type As StorageType, _
   ByVal ids() As String _
) As DataArrayResult
DataArrayResult DownloadItem( 
   string token,
   StorageType type,
   string[] ids
)

パラメータ

token
使用するセキュリティトークン。
type
ダウンロードするためのアイテムのタイプを指定します。
ids
ダウンロードするための項目の識別子。

戻り値の型

ダウンロードした項目内容を含むActiveReports.Server.ReportServices.Contracts.Resultオブジェクトを返します。
参照

関連項目

IDesignerService インターフェース
IDesignerService メンバ

 

 


©2017 GrapeCity inc. All rights reserved.