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

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

パラメータ

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

戻り値の型

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

関連項目

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

 

 


©2017 GrapeCity inc. All rights reserved.