ActiveReports 9 Server
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDesignerService Interface
IDesignerService Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum