DashboardPrintPreviewOptions.ShowTitle Property
Gets or sets whether a dashboard title (or dashboard item's caption) is included as the printed document title.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowTitle { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowTitle As DefaultBoolean
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 printed document title. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowTitle |
---|---|
BeforeExportDocumentEventArgs |
|
CustomExportBaseEventArgs |
|
CustomExportEventArgs |
|
CustomizeExportDocumentEventArgs |
|
DashboardDesigner |
|
DashboardViewer |
|
IDashboardControl |
|
DashboardControl |
|
Implements
DevExpress.DashboardCommon.Native.IDashboardReportOptions.ShowTitle
See Also
Feedback