Overload | Description |
---|---|
ExportToXps(String,Size) | Exports the grid to an XPS document that has the specified file name and using the provided page size. |
ExportToXps(String,Size,Boolean) | Exports the grid to an XPS document that has the specified file name and page size, as well as indicating whether the progress window is displayed. |
ExportToXps(String,Size,Rect,Boolean) | Exports the grid to an XPS document that has the specified file name and using the provided page size and imageable area, as well as indicating whether the progress window is displayed. |
ExportToXps(String,Size,Rect,PageRange,Boolean) | Exports the grid to an XPS document that has the specified file name and using the provided page size, page range, and imageable area, as well as indicating whether the progress window is displayed. |
ExportToXps(String,Size,Rect,PageRange,CompressionOption,Boolean) | Exports the grid to an XPS document that has the specified file name and using the provided page size, page range, imageable area, as well as indicating whether the progress window is displayed. |
ExportToXps(String,Size,Rect,PageRange,CompressionOption,EventHandler<ProgressEventArgs>,Boolean) | Exports the grid to an XPS document that has the specified file name and using the provided page size, page range, imageable area, compression option, and providing the callback to invoke during the process, as well as indicating whether the progress window is displayed. |
ExportToXps(Stream,Size) | Exports the grid as an XPS document to the specified stream using the provided page size. |
ExportToXps(Stream,Size,Int32) | Exports the grid as an XPS document to the specified stream using the provided page and preview sizes. |
ExportToXps(Stream,Size,Boolean) | Exports the grid as an XPS document to the specified stream and page size, as well as indicating whether the progress window is displayed. |
ExportToXps(Stream,Size,Rect,Boolean) | Exports the grid as an XPS document to the specified stream using the provided page size and imageable area, as well as indicating whether the progress window is displayed. |
ExportToXps(Stream,Size,Rect,PageRange,Boolean) | Exports the grid as an XPS document to the specified stream using the provided page size, page range, and imageable area, as well as indicating whether the progress window is displayed. |
ExportToXps(Stream,Size,Rect,PageRange,CompressionOption,Boolean) | Exports the grid as an XPS document to the specified stream using the provided page size, page range, imageable area, compression option, as well as indicating whether the progress window is displayed. |
ExportToXps(Stream,Size,Rect,PageRange,CompressionOption,EventHandler<ProgressEventArgs>,Boolean,Boolean) | Exports the grid as an XPS document to the specified stream using the provided page size, page range, imageable area, compression option, and providing the callback to invoke during the process, as well as indicating whether the progress window is displayed. |