Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewExportSettings Properties

Contains the export settings to be applied when the CardView’s data is exported.
Name Description
BottomMargin

Gets or sets the target document’s bottom margin. This property is not in effect when exporting to XLX or XLSX.

CardWidth Gets or sets a value specifying the width of a card within the exported document.
EnableClientSideExportAPI Gets or sets a value specifying whether the client exporting API is enabled. Inherited from ASPxGridExportSettings.
ExcelExportMode Gets or sets a value specifying the export mode when saving grid data to XLS, XLSX and CSV formats.
ExportSelectedCardsOnly Gets or sets whether only the selected cards from the ASPxCardView should be exported.
FileName Gets or sets the file name to which the grid’s data is exported.
Landscape Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.
LeftMargin

Gets or sets the target document’s left margin. This property is not in effect when exporting to XLX or XLSX.

MaxColumnWidth Gets or sets the column’s maximum width.
PageFooter Gets the page footer’s settings.
PageHeader Gets the page header’s settings.
PaperKind Gets or sets the type of paper for the exported report.
PaperName Gets or sets the name of the custom paper which is used for export purposes.
PrintSelectCheckBox Gets or sets whether check boxes (or radio buttons) used to select/deselect cards, are printed.
ReportFooter Gets or sets the text displayed within a report’s footer.
ReportHeader Gets or sets the text displayed in a report’s header.
RightMargin

Gets or sets the target document’s right margin. This property is not in effect when exporting to XLX or XLSX.

RightToLeft Gets or sets a value specifying whether or not the current control supports right-to-left representation. Inherited from ASPxGridExportSettings.
TopMargin

Gets or sets the target document’s top margin. This property is not in effect when exporting to XLX or XLSX.

See Also