Skip to main content
Tab

ASPxVerticalGridExporter Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridExporter :
    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.

Inheritance

See Also