Enum PrintMode
Specifies the print handling strategy options for the HTML5 WebForms ReportViewer control. Used to determine how the viewer processes print commands and handles PDF generation for optimal printing experience across different browsers and environments.
Namespace: Telerik.ReportViewer.Html5.WebForms
Assembly: Telerik.ReportViewer.Html5.WebForms.dll
Syntax
public enum PrintMode
Remarks
Controls the print workflow strategy to accommodate different browser capabilities and user preferences for PDF handling in HTML5 report viewing scenarios.
AutoSelect
Automatically determines the optimal print method by choosing between browser PDF plugin or PDF file export based on browser capabilities and settings.
ForcePDFFile
Forces the export of the report document to PDF format with print script enabled for download-based printing.
ForcePDFPlugin
Forces the use of the browser's PDF plugin for printing regardless of browser version and configuration settings.