[]
Gets or sets a value representing the factory responsible for creating export viewers.
public IExportViewerFactory ExportViewerFactory { get; set; }
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. |
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.