Represents an object that can be used to export a document to C1MDX format.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class C1mdxExporter : C1ExporterBase
Visual Basic
Public Class C1mdxExporter _
	Inherits C1ExporterBase

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Export..::..Exporter
    C1.C1Preview.Export..::..C1ExporterBase
      C1.C1Preview.Export..::..C1mdxExporter

See Also