Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid.Export Namespace > ExporterBase Class : CancelExport Method |
'Declaration Public Sub CancelExport()
'Usage Dim instance As ExporterBase instance.CancelExport()
public void CancelExport()
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.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family