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