ActiveReports 12 Server User Guide
Upload Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : Upload Method
The security token to use.
Specifies the description of the report to upload.
Represents the report data encoded in base 64 digits to upload.
Uploads a report to the storage.
Syntax
'Declaration
 
Function Upload( _
   ByVal token As String, _
   ByVal description As ReportDescription, _
   ByVal data As String _
) As ItemDescriptionsResult

Parameters

token
The security token to use.
description
Specifies the description of the report to upload.
data
Represents the report data encoded in base 64 digits to upload.

Return Value

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

Reference

IReportService Interface
IReportService Members