Enum PrintMode
Specifies how the viewer should handle the print command.
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
public enum PrintMode
AutoSelect
Specifies that the viewer should automatically determine how to print: through the browser's PDF plug-in or through export to a PDF file.
ForcePDFFile
Specifies that the viewer should always export the report document to PDF format with the 'print' script enabled.
ForcePDFPlugin
Specifies that the viewer should always use the PDF plugin regardless of the browser's version and settings.