Represents a form for editing the export options used by an Exporter.

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

Syntax

C#
[ObfuscationAttribute(Exclude = true, ApplyToMembers = true)]
public class ExportOptionsFormBase : BaseForm
Visual Basic
<ObfuscationAttribute(Exclude := True, ApplyToMembers := True)> _
Public Class ExportOptionsFormBase _
	Inherits BaseForm

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              C1.C1Preview.Forms..::..BaseForm
                C1.C1Preview.Export..::..ExportOptionsFormBase
                  C1.C1Preview.Export..::..C1dOptionsForm
                  C1.C1Preview.Export..::..C1mdxOptionsForm
                  C1.C1Preview.Export..::..ComplexExporterOptionsForm
                  C1.C1Preview.Export..::..DefaultExportOptionsForm
                  C1.C1Preview.Export..::..EmfOptionsForm
                  C1.C1Preview.Export..::..ImagesOptionsForm
                  C1.C1Preview.Export..::..PdfOptionsForm
                  C1.C1Preview.Export..::..ReportHtmlOptionsForm
                  C1.C1Preview.Export..::..ReportRtfOptionsForm
                  C1.C1Preview.Export..::..ReportTextOptionsForm

See Also