Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ExporterOptions Class / ExporterOptions Constructor / ExporterOptions Constructor(ExportProvider,String,Boolean,Boolean,Boolean)
The ExportProvider associated with this instance.
The options dialog class name.
Indicates whether this export format is enabled.
Indicates whether to show options to the user.
Indicates whether to preview the exported document by default.

In This Topic
    ExporterOptions Constructor(ExportProvider,String,Boolean,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the ExporterOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exportProvider As ExportProvider, _
       ByVal optionsDialogClassName As String, _
       ByVal enabled As Boolean, _
       ByVal showOptions As Boolean, _
       ByVal preview As Boolean _
    )
    public ExporterOptions( 
       ExportProvider exportProvider,
       string optionsDialogClassName,
       bool enabled,
       bool showOptions,
       bool preview
    )

    Parameters

    exportProvider
    The ExportProvider associated with this instance.
    optionsDialogClassName
    The options dialog class name.
    enabled
    Indicates whether this export format is enabled.
    showOptions
    Indicates whether to show options to the user.
    preview
    Indicates whether to preview the exported document by default.
    See Also