[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Advanced.DesignerForm.ExportViewerFactory

ExportViewerFactory Property

ExportViewerFactory

Gets or sets a value representing the factory responsible for creating export viewers.

Declaration
public IExportViewerFactory ExportViewerFactory { get; set; }
Property Value
Type Description
IExportViewerFactory

The factory that implements IExportViewerFactory interface. This property is used to generate export viewers that facilitate the export of reports to different formats, enhancing the report sharing and distribution capabilities.

Remarks

The export viewer factory plays a crucial role in the report export functionality, allowing users to preview and export reports in various formats. It ensures that the appropriate export viewer is used based on the selected export format.