Skip to main content
All docs
V18.2

DashboardPdfExportOptions.ShowTitle Property

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

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool ShowTitle { get; set; }

Property Value

Type Description
Boolean

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

See Also