Class RenderingEndEventArgs
Provides data for the RenderingEnd event of both WinForms and WPF report viewers.
Inheritance
System.Object
System.EventArgs
RenderingEndEventArgs
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class RenderingEndEventArgs : EventArgs
Properties
Exception
Gets an exception if such has occurred during the report processing.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
|