ActiveReports 12 Server User Guide
UploadResource Method
ActiveReports 12 Server User Guide > Web Service Library > ReportService > UploadResource Method

Uploads the specified resource, a valid .NET assembly containing compiled ActiveReports, to storage.

Syntax

C#
Copy Code
ItemDescriptionsResult UploadResource(string token, ItemDescription description, string data, UploadOptions options);

Parameters

token
The security token to use.

description
The ItemDescription object containing information about the resource to upload.

data
The string value representing the resource data encoded in base 64 digits to upload.

options
The UploadOptions object containing optional settings such as Overwrite and SkipResourceValidation.

Return Value

An ItemDescriptionsResult object.

See Also