Back to Devexpress

CanPublishOptions.AllFormats Property

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

latest1.6 KB
Original Source

CanPublishOptions.AllFormats Property

Specifies whether the control is visible on printouts and in all exported documents.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public bool AllFormats { get; set; }
vb
<Browsable(False)>
Public Property AllFormats As Boolean

Property Value

TypeDescription
Boolean

true to make the control visible on printouts and in all exported documents; otherwise, false

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllFormats
XRControl

.CanPublishOptions .AllFormats

|

Remarks

Refer to the CanPublishOptions class description for an example.

See Also

CanPublishOptions Class

CanPublishOptions Members

DevExpress.XtraReports.UI Namespace