New to Telerik ReportingStart a free 30-day trial

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: ExportBeginEventArgsPrintBeginEventArgs

Properties

DeviceInfo

Hashtable

Gets the device info that will be used for the beginning export operation.

C#
public Hashtable DeviceInfo { get; }
Property Value:

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).

In this article
DefinitionPropertiesDeviceInfo
Not finding the help you need?
Contact Support