Web Service Library > ReportService > Upload Method |
Uploads the specified report to storage.
C# |
Copy Code
|
---|---|
ItemDescriptionsResult Upload(string token, ReportDescription description, string data); |
token
The security token to use.
description
The ReportDescription object containing information about the report to upload.
data
The string value representing the report data encoded in base 64 digits to upload.
An ItemDescriptionsResult object.