ASPxVerticalGridExporter Class
An ASPxVerticalGridExporter control used to export the ASPxVerticalGrid control’s data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 ASPx
Note
Before exporting a grid, the ASPx