Skip to main content

DashboardPdfExportOptions.ShowTitle Property

Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the exported document title.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowTitle { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean value that specifies whether a dashboard title (or dashboard item’s caption) is included as the exported document title.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowTitle
BeforeExportDocumentEventArgs
.PdfExportOptions .ShowTitle
CustomExportBaseEventArgs
.PdfExportOptions .ShowTitle
ASPxDashboard
.PdfExportOptions .ShowTitle
BeforeExportDocumentWebEventArgs
.PdfExportOptions .ShowTitle
CustomExportBaseWebEventArgs
.PdfExportOptions .ShowTitle
DashboardExtensionSettings
.PdfExportOptions .ShowTitle
DashboardDesigner
.PdfExportOptions .ShowTitle
DashboardViewer
.PdfExportOptions .ShowTitle
IDashboardControl
.PdfExportOptions .ShowTitle
DashboardControl
.PdfExportOptions .ShowTitle

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowTitle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also