DocumentContentPrintingOptions.ShowTitle Property
OBSOLETE
This property is obsolete now. Use the ShowTitle property exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/
Gets or sets whether a dashboard title (or dashboard item’s caption) is included as the printed document title.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[Obsolete("This property is obsolete now. Use the ShowTitle property exposed by the DashboardPrintPreviewOptions/DashboardPdfExportOptions/DashboardImageExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
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 printed document title. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
See Also