Back to Devexpress

CanPublishOptions.Printing Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-canpublishoptions-2a4a79e8.md

latest1.6 KB
Original Source

CanPublishOptions.Printing Property

Specifies report control visibility on printouts.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(true)]
public bool Printing { get; set; }
vb
<DefaultValue(True)>
Public Property Printing As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to make the control visible on printouts; otherwise, false

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Printing
XRControl

.CanPublishOptions .Printing

|

Remarks

Refer to the CanPublishOptions class description for an example.

See Also

CanPublishOptions Class

CanPublishOptions Members

DevExpress.XtraReports.UI Namespace