DataViewBase.ExportToXps Method
Name | Parameters | Description |
---|---|---|
ExportToXps(Stream, XpsExportOptions) | stream, options | Exports a grid to the specified stream in XPS format, using the specified XPS-specific options. |
ExportToXps(Stream) | stream | Exports a grid to the specified stream in XPS format. |
ExportToXps(String, XpsExportOptions) | filePath, options | Exports a grid to the specified file path in XPS format using the specified XPS-specific options. |
ExportToXps(String) | filePath | Exports a grid to the specified file path in XPS format. |