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

Uploads the specified report to storage.

Syntax

C#
Copy Code
ItemDescriptionsResult Upload(string token, ReportDescription description, string data);

Parameters

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.

Return Value

An ItemDescriptionsResult object.

See Also