Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / XpsExportProvider Class / NewExporter Method

In This Topic
    NewExporter Method (XpsExportProvider)
    In This Topic
    Creates a new instance of the XpsExporter class.
    Syntax
    'Declaration
     
    Public Overrides Function NewExporter() As Exporter
    public override Exporter NewExporter()

    Return Value

    The newly created XpsExporter.
    See Also