Xceed DataGrid for Silverlight Documentation
EndExport Method


An IAsyncResult representing the result of the export operation as returned by BeginExport.
Ends the asynchronous export operation.
Syntax
'Declaration
 
Public Function EndExport( _
   ByVal asyncResult As IAsyncResult _
) As Stream
'Usage
 
Dim instance As ExporterBase
Dim asyncResult As IAsyncResult
Dim value As Stream
 
value = instance.EndExport(asyncResult)
public Stream EndExport( 
   IAsyncResult asyncResult
)

Parameters

asyncResult
An IAsyncResult representing the result of the export operation as returned by BeginExport.

Return Value

A Stream containing the exported data items.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ExporterBase Class
ExporterBase Members
BeginExport Method

Manipulating Data

Exporting Data

Send Feedback