Skip to main content
All docs
V23.2

DxPdfExportOptions Members

Contains options related to exporting a dashboard/dashboard item to PDF format.

Constructors

Name Description
DxPdfExportOptions() Initializes a new instance of the DxPdfExportOptions class.

Properties

Name Description
AutoFitPageCount Specifies the number of horizontal/vertical pages that span the total width/height of a dashboard/dashboard item.
CardAutoArrangeContent Specifies whether cards within the Card dashboard item are automatically arranged on the exported page.
ChartAutomaticPageLayout Specifies whether the page orientation used to export the Chart dashboard item is selected automatically.
ChartSizeMode Specifies the export size mode for the Chart dashboard item.
DashboardAutomaticPageLayout Specifies whether the page orientation used to export a dashboard is selected automatically.
DashboardStatePosition Specifies the position of the dashboard state (such as master filter or current parameter values) in the exported document.
DocumentScaleMode Specifies a dashboard / dashboard item scaling mode in the exported document.
ExportFilters Specifies whether to add the state of master filter items to the exported document.
ExportParameters Specifies whether to add current parameter values to the exported document.
GaugeAutoArrangeContent Specifies whether gauges within the Gauge dashboard item are automatically arranged on the exported page.
GridFitToPageWidth Specifies whether the size of the Grid dashboard item is changed according to the width of the exported page.
GridPrintHeadersOnEveryPage Specifies whether to add column headers of the Grid dashboard item to every page.
IncludeHiddenParameters Specifies whether to add current parameter values to the exported document.
MapAutomaticPageLayout Specifies whether the page orientation used to export the Map dashboard item is selected automatically.
MapSizeMode Specifies the export size mode for the Map dashboard item.
PageLayout Specifies the page orientation used to export a dashboard/dashboard item.
PaperKind Specifies the type of paper for the exported document.
PieAutoArrangeContent Specifies whether pies within the Pie dashboard item are automatically arranged on the exported page.
PivotPrintHeadersOnEveryPage Specifies whether to add column headers of the Pivot dashboard item to every page.
RangeFilterAutomaticPageLayout Specifies whether the page orientation for the exported Range Filter dashboard item is selected automatically.
RangeFilterSizeMode Specifies the export size mode for the Range Filter dashboard item.
ScaleFactor Specifies the scale factor (in fractions of 1) by which a dashboard/dashboard item is scaled in the exported document.
ShowTitle Specifies whether a dashboard title or dashboard item’s caption is used as the exported document title.
TreemapAutomaticPageLayout Specifies whether the page orientation used to export the Treemap dashboard item is selected automatically.
TreemapSizeMode Specifies the export size mode for the Treemap dashboard item.

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