Class
PrintEndEventArgs

Provides data for the PrintEnd 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 PrintEndEventArgs : EventArgs

Inheritance: objectEventArgsPrintEndEventArgs

Constructors

PrintEndEventArgs(PrinterSettings, Exception)

Declaration

cs-api-definition
public PrintEndEventArgs(PrinterSettings printerSettings, Exception exception)

Parameters

printerSettings

PrinterSettings

exception

Exception

Properties

Exception

Gets an exception that has occurred during the report processing.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

PrinterSettings

Gets the printer settings used to print the report document.

Declaration

cs-api-definition
public PrinterSettings PrinterSettings { get; }

Property Value

PrinterSettings