[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.IExportViewerFactory

IExportViewerFactory Interface

Defines a factory for creating instances of GrapeCity.ActiveReports.Viewer.Win.Internal.Export.IExportViewer.

Namespace: GrapeCity.ActiveReports.Design.Advanced
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
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.

Methods

Name Description
CreateExportViewer(Viewer)

Creates an instance of GrapeCity.ActiveReports.Viewer.Win.Internal.Export.IExportViewer configured for the specified viewer.