ActiveReports 12 Server User Guide
UploadItem Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IDesignerService Interface : UploadItem Method
The security token to use.
Specifies the type of item to upload.
Specifies the description of the item to upload.
Serialized data to upload.
Upload item to server.
Syntax
'Declaration
 
Function UploadItem( _
   ByVal token As String, _
   ByVal type As StorageType, _
   ByVal itemDescription As ItemDescription, _
   ByVal data As String _
) As ItemDescriptionsResult

Parameters

token
The security token to use.
type
Specifies the type of item to upload.
itemDescription
Specifies the description of the item to upload.
data
Serialized data to upload.

Return Value

ActiveReports.Server.ReportServices.Contracts.ResultObject containing status information.
See Also

Reference

IDesignerService Interface
IDesignerService Members