Class
ExportEndEventArgs

Provides data for the ExportEnd 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 ExportEndEventArgs : RenderingEndEventArgs

Inheritance: objectEventArgsRenderingEndEventArgsExportEndEventArgs

Inherited Members RenderingEndEventArgs.Exception

Properties

DocumentBytes

Gets or sets a byte array that contains the rendered report.

Declaration

cs-api-definition
public byte[] DocumentBytes { get; set; }

Property Value

byte[]

DocumentExtension

Gets the rendered report extension.

Declaration

cs-api-definition
public string DocumentExtension { get; }

Property Value

string

DocumentName

Gets or sets the rendered report document name.

Declaration

cs-api-definition
public string DocumentName { get; set; }

Property Value

string

Handled

Gets or sets a value indicating whether the event was handled. If the event is handled the viewers' open SaveFileDialog operation will be suppressed.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool