Provides data for the RenderingBegin event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public class RenderingBeginEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRenderingBeginEventArgs
Derived Classes:
Properties
DeviceInfo
Hashtable
Gets the device info that will be used for the beginning export operation.
C#
public Hashtable DeviceInfo { get; }
The device info collection. Add your device information settings to the collection.
Remarks:
Commonly used to set specific culture settings for the report rendering operation ('CurrentCulture' and 'CurrentUICulture' properties).