Skip to main content

MVCxCardViewExportSettings Members

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

Constructors

Name Description
MVCxCardViewExportSettings() Initializes a new instance of the MVCxCardViewExportSettings class with default settings.

Properties

Name Description
BeforeExport Enables you to perform custom actions before the grid content is exported. Inherited from MVCxGridExportSettings.
BottomMargin Gets or sets the target document’s bottom margin.
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 MVCxGridExportSettings.
ExportSelectedCardsOnly Specifies if only selected cards should be exported.
FileName Gets or sets the file name to which the grid data is exported. Inherited from MVCxGridExportSettings.
Landscape Gets or sets whether data is exported to PDF in Landscape.
LeftMargin Gets or sets the target document’s left margin.
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 data cards are printed.
RenderBrick Enables rendering of different content from the content exported by default.
ReportFooter Gets or sets the text displayed within a report’s footer.
ReportHeader Gets or sets the text displayed within a report’s header.
RightMargin Gets or sets the target document’s right margin.
RightToLeft Gets or sets a value specifying whether the grid data should be exported to a document with right-to-left representation. Inherited from MVCxGridExportSettings.
Styles Provides access to the style settings that control the appearance of the extension’s visual elements for printing purposes.
TopMargin Gets or sets the target document’s top margin.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also