ActiveReports 12 Server User Guide
UploadResource Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Servicing Namespace > IReportService Interface : UploadResource Method
The security token to use.
Specifies the description of the resource to upload.
Represents the resource data encoded in base 64 digits to upload.
Object containing various options which affects upload operation.
Uploads a resource to the storage.
Syntax
'Declaration
 
Function UploadResource( _
   ByVal token As String, _
   ByVal description As ItemDescription, _
   ByVal data As String, _
   ByVal options As UploadOptions _
) As ItemDescriptionsResult

Parameters

token
The security token to use.
description
Specifies the description of the resource to upload.
data
Represents the resource data encoded in base 64 digits to upload.
options
Object containing various options which affects upload operation.

Return Value

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

Reference

IReportService Interface
IReportService Members