Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / ExporterOptions Class / ExporterOptions Constructor / ExporterOptions Constructor(ExportProvider)
The ExportProvider associated with this instance.

In This Topic
    ExporterOptions Constructor(ExportProvider)
    In This Topic
    Initializes a new instance of the ExporterOptions class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal exportProvider As ExportProvider _
    )
    public ExporterOptions( 
       ExportProvider exportProvider
    )

    Parameters

    exportProvider
    The ExportProvider associated with this instance.
    See Also