Click or drag to resize

OfficeExportInfo Class

Holds the necessary information to export a Document, Sheet or Report to one of the Office formats
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.ExportOfficeExportInfo

Namespace: Easymap.AddIn.Export
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class OfficeExportInfo : BaseObject

The OfficeExportInfo type exposes the following members.

Properties
 NameDescription
Public propertyExportElements Specifies if the elements of the paper are exported as individual elements (PowerPoint only)
Public propertyExportRoot Export all Sheets in the Document, the current Sheet or a Report.
Public propertyFilename The filename of the export
Public propertyReportElement The selected Report. ExportRoot for more information.
Top
Remarks
Use the ExportRoot property to set the desired method for export.
See Also