ClassPrintBeginEventArgs
Class
Provides data for the PrintBegin event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
cs-api-definition
public sealed class PrintBeginEventArgs : RenderingBeginEventArgs
Inheritance: objectEventArgsCancelEventArgsRenderingBeginEventArgsPrintBeginEventArgs
Inherited Members
Properties
PrintController
Gets or sets PrinterController. The specified print controller will be used in the PrintDocument. The PrintController controls how a document is printed. If PrintController is not specified the default print controller is PrintControllerWithStatusDialog.
Declaration
cs-api-definition
public PrintController PrintController { get; set; }
Property Value
PrintController
PrinterSettings
Gets or sets PrinterSettings. If a valid printer is specified the print dialog will not be shown.
Declaration
cs-api-definition
public PrinterSettings PrinterSettings { get; set; }
Property Value
PrinterSettings