Class RenderingBeginEventArgs
Provides data for the RenderingBegin event of both WinForms and WPF report viewers.
Inheritance
System.Object
RenderingBeginEventArgs
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class RenderingBeginEventArgs : CancelEventArgs
Properties
DeviceInfo
Gets the device info that will be used for the beginning export operation.
Declaration
public Hashtable DeviceInfo { get; }
Property Value
System.Collections.Hashtable
The device info collection. Add your device information settings to the collection. |