ClassRenderingBeginEventArgs
Class
Provides data for the RenderingBegin event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
cs-api-definition
public class RenderingBeginEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsRenderingBeginEventArgs
Derived Classes:
Properties
DeviceInfo
Gets the device info that will be used for the beginning export operation.
Declaration
cs-api-definition
public Hashtable DeviceInfo { get; }
Property Value
Hashtable
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).