IWxViewExporter

Assembly: Andy;

Description

The IWxViewExporter interface contains properties and methods for a workspace export.

Inheritance Hierarchy

          IExporter

          IWxViewExporter

Properties

  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.

Properties inherited from IExporter

  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.

Methods

  Method name Brief description
ExportToFile The ExportToFile method exports a workspace into a file of the specified format.
GetBitmap The GetBitmap method returns graphical image of a workspace.

Methods inherited from IExporter

  Method name Brief description
ExportToFile The ExportToFile method exports data to a file of specified format.

See also:

Andy Assembly Interfaces