Class PrintBeginEventArgs
Provides data for the PrintBegin event of both WinForms and WPF report viewers.
Inherited Members
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public sealed class PrintBeginEventArgs : RenderingBeginEventArgs
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
public PrintController PrintController { get; set; }
Property Value
System.Drawing.Printing.PrintController
|
PrinterSettings
Gets or sets PrinterSettings. If a valid printer is specified the print dialog will not be shown.
Declaration
public PrinterSettings PrinterSettings { get; set; }
Property Value
System.Drawing.Printing.PrinterSettings
|