Xceed DataGrid for Silverlight Documentation
XmlssExporter Class Members
Properties  Methods 


The following tables list the members exposed by XmlssExporter.

Public Constructors
 NameDescription
Public ConstructorXmlssExporter ConstructorInitializes a new instance of the XmlssExporter class specifying the datagrid that contains the data items to export.  
Top
Public Properties
 NameDescription
Public PropertyIncludeColumnHeadersGets or sets a value indicating whether column headers will be exported. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public PropertyUseFieldNamesInHeadersGets or sets a value indicating whether the column field names should be displayed in the column headers rather than the column titles. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public PropertyUseFixedHeaderRowGets or sets a value indicating whether the row that displays the column headers remains fixed and always visible above the exported data items.
 
Top
Protected Properties
 NameDescription
Protected PropertyBaseStreamGets the base stream used for the export. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
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. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodCancelExportCancels the asynchronous export operation (see Remarks). (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodEndExportEnds the asynchronous export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodExportSynchronously exports the specified data items to the provided stream. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodExportToText (Inherited from Xceed.Silverlight.DataGrid.Export.TextExporter)
Top
Protected Methods
 NameDescription
Protected MethodStartDataItemOverridden. Called when a request is made to export a data item in order to start (i.e., initialize) the operation.  
Protected MethodStartDataItemFieldOverridden. Called when a request is made to export a field in a data item in order to start (i.e., initialize) the operation.  
Protected MethodStartExportOverridden. Called when a request is made to start (i.e., initialize) an export operation.  
Protected MethodStartGroupOverridden. Called when a request is made to export a group in order to start (i.e., initialize) the operation.  
Protected MethodStartHeaderOverridden. Called when a request is made to export a header row in order to start (i.e., initialize) the operation.  
Protected MethodStartHeaderFieldOverridden. Called when a request is made to export a field in a header row in order to start (i.e., initialize) the operation.  
Protected MethodStopDataItemOverridden. Called to stop (i.e., finalize) the export operation of a data item.  
Protected MethodStopDataItemFieldOverridden. Called to stop (i.e., finalize) the export operation of a data item's field.  
Protected MethodStopExportOverridden. Called to stop (i.e., finalize) the export operation.  
Protected MethodStopGroupOverridden. Called to stop (i.e., finalize) the export operation of a group.  
Protected MethodStopHeaderOverridden. Called to stop (i.e., finalize) the export operation of a header row.  
Protected MethodStopHeaderFieldOverridden. Called to stop (i.e., finalize) the export operation of a header row's field.  
Top
See Also

Reference

XmlssExporter Class
Xceed.Silverlight.DataGrid.Export Namespace

Manipulating Data

Exporting Data

Send Feedback