Class
PrintBeginEventArgs

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 RenderingBeginEventArgs.DeviceInfo

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

In this article
DefinitionPropertiesPrintControllerPrinterSettings
Not finding the help you need?
Contact Support