ActiveReports 8 Server SDK
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

 

 


Copyright © 2015 GrapeCity, inc. All Rights Reserved.

Support Forum