Class ExportEventArgs
Represents the method that will handle the Export event.
Inheritance
System.Object
ExportEventArgs
Namespace: Telerik.ReportViewer.WinForms
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
[Obsolete("ExportEventArgs class is now obsolete. Please use Telerik.ReportViewer.Common.ExportBeginEventArgs event arguments instead.")]
public sealed class ExportEventArgs : CancelEventArgs
Properties
DeviceInfo
Gets the device info.
Declaration
public Hashtable DeviceInfo { get; }
Property Value
System.Collections.Hashtable
The device info collection. Add your device information settings to the collection. |
Format
Gets the export format.
Declaration
public string Format { get; }
Property Value
System.String
|
RenderingExtension
Gets the export format.
Declaration
[Obsolete("Property RenderingExtension is now obsolete; please use Format instead.")]
public string RenderingExtension { get; }
Property Value
System.String
|