PowerTools ActiveReports 9.0J Server ユーザーガイド
DownloadResource メソッド

使用するセキュリティトークン。
要求されたリソースのタイプ。
ダウンロードするリソースの識別子。
ストレージから要求されたリソースをダウンロードします。
構文
'宣言
 
Function DownloadResource( _
   ByVal token As System.String, _
   ByVal descriptionType As DescriptionType, _
   ByVal id As System.String _
) As DataResult
DataResult DownloadResource( 
   System.string token,
   DescriptionType descriptionType,
   System.string id
)

パラメータ

token
使用するセキュリティトークン。
descriptionType
要求されたリソースのタイプ。
id
ダウンロードするリソースの識別子。

戻り値の型

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

関連項目

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