Back to Devexpress

ASPxVerticalGridExporter Class

aspnet-devexpress-dot-web-55c8f8e8.md

latest3.1 KB
Original Source

ASPxVerticalGridExporter Class

An ASPxVerticalGridExporter control used to export the ASPxVerticalGrid control’s data.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridExporter :
    ASPxGridExporterBase
vb
Public Class ASPxVerticalGridExporter
    Inherits ASPxGridExporterBase

Remarks

The ASPxVerticalGridExporter component allows you to export the ASPxVerticalGrid’s data to a file or stream in various formats - PDF, RTF, XLSX, and XLS. To learn more, see Export.

Note that the ASPxVerticalGridExporter cannot export records that are hidden, nor can it export the content of templates.

Templated elements are exported with their default representation. For instance, if you export a grid with templated cells, they are represented as default labels with text in the obtained file.

Note

Don’t export the ASPxVerticalGrid’s content during callbacks, because ASP.NET does not support sending binary content during a callback.

Note

Before exporting a grid, the ASPxVerticalGridExporter component creates an export document on a server. Therefore, when you export a large amount of data to a server with limited memory, the OutOfMemoryException exception can appear.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IBasePrintable

Inheritance

Object Control ASPxGridExporterBase ASPxVerticalGridExporter MVCxVerticalGridExporter

See Also

ASPxVerticalGridExporter Members

Vertical Grid

Export Vertical Grid Data

DevExpress.Web Namespace