[]
Defines a factory for creating instances of GrapeCity.ActiveReports.Viewer.Win.Internal.Export.IExportViewer.
public interface IExportViewerFactory
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.
Name | Description |
---|---|
CreateExportViewer(Viewer) | Creates an instance of GrapeCity.ActiveReports.Viewer.Win.Internal.Export.IExportViewer configured for the specified viewer. |