Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid.Export Namespace : XmlssExporter Class |
The following tables list the members exposed by XmlssExporter.
Name | Description | |
---|---|---|
XmlssExporter Constructor | Initializes a new instance of the XmlssExporter class specifying the datagrid that contains the data items to export. |
Name | Description | |
---|---|---|
IncludeColumnHeaders | Gets or sets a value indicating whether column headers will be exported. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) | |
UseFieldNamesInHeaders | Gets 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) | |
UseFixedHeaderRow | Gets or sets a value indicating whether the row that displays the column headers remains fixed and always visible above the exported data items. |
Name | Description | |
---|---|---|
BaseStream | Gets the base stream used for the export. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
Name | Description | |
---|---|---|
BeginExport | Begins 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) | |
CancelExport | Cancels the asynchronous export operation (see Remarks). (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) | |
EndExport | Ends the asynchronous export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) | |
Export | Synchronously exports the specified data items to the provided stream. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) | |
ExportToText | (Inherited from Xceed.Silverlight.DataGrid.Export.TextExporter) |
Name | Description | |
---|---|---|
StartDataItem | Overridden. Called when a request is made to export a data item in order to start (i.e., initialize) the operation. | |
StartDataItemField | Overridden. Called when a request is made to export a field in a data item in order to start (i.e., initialize) the operation. | |
StartExport | Overridden. Called when a request is made to start (i.e., initialize) an export operation. | |
StartGroup | Overridden. Called when a request is made to export a group in order to start (i.e., initialize) the operation. | |
StartHeader | Overridden. Called when a request is made to export a header row in order to start (i.e., initialize) the operation. | |
StartHeaderField | Overridden. Called when a request is made to export a field in a header row in order to start (i.e., initialize) the operation. | |
StopDataItem | Overridden. Called to stop (i.e., finalize) the export operation of a data item. | |
StopDataItemField | Overridden. Called to stop (i.e., finalize) the export operation of a data item's field. | |
StopExport | Overridden. Called to stop (i.e., finalize) the export operation. | |
StopGroup | Overridden. Called to stop (i.e., finalize) the export operation of a group. | |
StopHeader | Overridden. Called to stop (i.e., finalize) the export operation of a header row. | |
StopHeaderField | Overridden. Called to stop (i.e., finalize) the export operation of a header row's field. |