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