Back to Devexpress

XtraReport.ShowPrintStatusDialog Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-daac99ea.md

latest1.7 KB
Original Source

XtraReport.ShowPrintStatusDialog Property

Gets or sets a value specifying whether a print status dialog is shown when a document is printed.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
[SRCategory(ReportStringId.CatPrinting)]
public bool ShowPrintStatusDialog { get; set; }
vb
<SRCategory(ReportStringId.CatPrinting)>
<DefaultValue(True)>
Public Property ShowPrintStatusDialog As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show the print status dialog; otherwise false.

|

Remarks

Use this property to enable the following message dialog.

See Also

ShowPrintMarginsWarning

ShowPageSetup()

Print

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace