PrintEndEventArgs
Class
Provides data for the PrintEnd event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public sealed class PrintEndEventArgs : EventArgs
Inheritance: objectEventArgsPrintEndEventArgs
Constructors
C#
public PrintEndEventArgs(PrinterSettings printerSettings, Exception exception)
Properties
Exception
Exception
Gets an exception that has occurred during the report processing.
C#
public Exception Exception { get; }
PrinterSettings
PrinterSettings
Gets the printer settings used to print the report document.
C#
public PrinterSettings PrinterSettings { get; }