Xceed DataGrid for Silverlight Documentation
ExporterBase Class Members
Properties  Methods 


The following tables list the members exposed by ExporterBase.

Public Properties
 NameDescription
Public PropertyIncludeColumnHeadersGets or sets a value indicating whether column headers will be exported.  
Public PropertyUseFieldNamesInHeadersGets or sets a value indicating whether the column field names should be displayed in the column headers rather than the column titles.  
Top
Protected Properties
 NameDescription
Protected PropertyBaseStreamGets the base stream used for the export.  
Top
Public Methods
 NameDescription
Public MethodBeginExportBegins the asynchronous export operation specifying the stream to which to export the data items and the selection range representing the items to export.  
Public MethodCancelExportCancels the asynchronous export operation (see Remarks).  
Public MethodEndExportEnds the asynchronous export operation.  
Public MethodExportSynchronously exports the specified data items to the provided stream.  
Top
Protected Methods
 NameDescription
Protected MethodStartDataItemCalled when a request is made to export a data item in order to start (i.e., initialize) the operation.  
Protected MethodStartDataItemFieldCalled when a request is made to export a field in a data item in order to start (i.e., initialize) the operation.  
Protected MethodStartExportCalled when a request is made to start (i.e., initialize) an export operation.  
Protected MethodStartGroupCalled when a request is made to export a group in order to start (i.e., initialize) the operation.  
Protected MethodStartHeaderCalled when a request is made to export a header row in order to start (i.e., initialize) the operation.  
Protected MethodStartHeaderFieldCalled when a request is made to export a field in a header row in order to start (i.e., initialize) the operation.  
Protected MethodStopDataItemCalled to stop (i.e., finalize) the export operation of a data item.  
Protected MethodStopDataItemFieldCalled to stop (i.e., finalize) the export operation of a data item's field.  
Protected MethodStopExportCalled to stop (i.e., finalize) the export operation.  
Protected MethodStopGroupCalled to stop (i.e., finalize) the export operation of a group.  
Protected MethodStopHeaderCalled to stop (i.e., finalize) the export operation of a header row.  
Protected MethodStopHeaderFieldCalled to stop (i.e., finalize) the export operation of a header row's field.  
Top
See Also

Reference

ExporterBase Class
Xceed.Silverlight.DataGrid.Export Namespace

Send Feedback