ClassExportBeginEventArgs
Class
Provides data for the ExportBegin event of both WinForms and WPF report viewers.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
cs-api-definition
public sealed class ExportBeginEventArgs : RenderingBeginEventArgs
Inheritance: objectEventArgsCancelEventArgsRenderingBeginEventArgsExportBeginEventArgs
Inherited Members
Properties
Format
Gets the export format that will be used for the beginning export operation.
Declaration
cs-api-definition
public string Format { get; }
Property Value
string