Assembly: Andy;
Namespace: Prognoz.Platform.Interop.Andy;
The IWxViewExporter interface contains properties and methods for a workspace export.
IWxViewExporter
| Property name | Brief description | |
| FullLengthTitle | The FullLengthTitle property determines whether the title is trimmed on exporting if its width exceeds the width of the workspace. | |
| Label | The Label property returns report labeling parameters. | |
| PixelHeight | The PixelHeight property determines the height of the image after export. | |
| PixelWidth | The PixelWidth property determines the width of the image after export. | |
| WxView | The WxView property determines a workspace view. |
| Property name | Brief description | |
| CSSClassName | The CSSClassName property determines the prefix for elements of HTML styles table. | |
| Encoding | The Encoding property specifies a code page for a conversion table, based on which data is exported. | |
| ExportFromWeb | The ExportFromWeb property determines what to do with a report in the web application: export or opening in the preview mode. |
| Method name | Brief description | |
| ExportToFile | The ExportToFile method exports a workspace into a file of the specified format. | |
| ExportToText | Outdated.The ExportToText method converts a workspace into HTML format. | |
| GetBitmap | The GetBitmap method returns graphical image of a workspace. |
| Method name | Brief description | |
| ExportToFile | The ExportToFile method exports data to a file of specified format. |
See also: