'Declaration Function UploadItem( _ ByVal token As String, _ ByVal type As StorageType, _ ByVal itemDescription As ItemDescription, _ ByVal data As String _ ) As ItemDescriptionsResult
ItemDescriptionsResult UploadItem( string token, StorageType type, ItemDescription itemDescription, string data )
Parameters
- token
- The security token to use.
- type
- Specifies the type of item to upload.
- itemDescription
- Specifies the description of the item to upload.
- data
- Serialized data to upload.
Return Value
ActiveReports.Server.ReportServices.Contracts.ResultObject containing status information.