Enum PrintMode
Specifies the printing method options for the MVC Report Viewer control. Used to configure how the report viewer handles print operations and determines the optimal printing mechanism based on browser capabilities and requirements.
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public enum PrintMode
Remarks
Controls the printing behavior to ensure optimal print experience across different browsers and environments.
AutoSelect
Automatically determines the best printing method by evaluating browser capabilities and selecting between PDF plugin or file export.
ForcePDFFile
Forces export of the report to PDF format with embedded print script for automatic printing when the PDF is opened.
ForcePDFPlugin
Forces the use of the browser's PDF plugin for printing regardless of browser version, settings, or plugin availability.