ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / IExportViewerFactory Interface
Members

In This Topic
    IExportViewerFactory Interface
    In This Topic
    Defines a factory for creating instances of GrapeCity.ActiveReports.Viewer.Win.Internal.Export.IExportViewer.
    Object Model
    IExportViewerFactory Interface
    Syntax
    'Declaration
     
    Public Interface IExportViewerFactory 
    public interface IExportViewerFactory 
    Remarks
    Implementations of this interface are responsible for instantiating and configuring GrapeCity.ActiveReports.Viewer.Win.Internal.Export.IExportViewer objects, which are used to export reports from the viewer to various formats.
    See Also