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

使用するセキュリティトークン。
アップロードするアイテムのタイプを指定します。
アップロードする項目の説明を指定します。
アップロードするシリアル化されたデータ。
サーバーに項目をアップロードします。
構文
'宣言
 
Function UploadItem( _
   ByVal token As System.String, _
   ByVal type As StorageType, _
   ByVal itemDescription As ItemDescription, _
   ByVal data As System.String _
) As ItemDescriptionsResult
ItemDescriptionsResult UploadItem( 
   System.string token,
   StorageType type,
   ItemDescription itemDescription,
   System.string data
)

パラメータ

token
使用するセキュリティトークン。
type
アップロードするアイテムのタイプを指定します。
itemDescription
アップロードする項目の説明を指定します。
data
アップロードするシリアル化されたデータ。

戻り値の型

状態情報を含むActiveReports.Server.ReportServices.Contracts.Resultオブジェクトを返します。
参照

関連項目

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