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