Skip to main content

DocumentContentExportOptions.ShowTitle Property

OBSOLETE

This property is obsolete now. Use the ShowTitle property exposed by the DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[DefaultValue(DefaultBoolean.Default)]
[Obsolete("This property is obsolete now. Use the ShowTitle property exposed by the DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
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

See Also