Web Service Library > ReportService > UploadResource Method |
Uploads the specified resource, a valid .NET assembly containing compiled ActiveReports, to storage.
C# |
Copy Code
|
---|---|
ItemDescriptionsResult UploadResource(string token, ItemDescription description, string data, UploadOptions options); |
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.
An ItemDescriptionsResult object.