Xceed DataGrid for Silverlight Documentation
CancelExport Method


Cancels the asynchronous export operation (see Remarks).
Syntax
'Declaration
 
Public Sub CancelExport() 
'Usage
 
Dim instance As ExporterBase
 
instance.CancelExport()
public void CancelExport()
Remarks

When the CancelExport method is called, the EndExport callback, which was provided by the BeginExport method, will be called. In this callback, the EndExport method must be called and the stream closed and disposed of.

Calling the CancelExport method will result in a valid, albeit partial, exported document.

Requirements

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

See Also

Reference

ExporterBase Class
ExporterBase Members

Send Feedback