A newer version of this page is available.
Switch to the current version.
XRControl.CanPublish Property
Specifies whether or not a report control is displayed in a printed or exported document.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(true)]
public virtual bool CanPublish { get; set; }
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(True)>
Public Overridable Property CanPublish As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to display a report control in a printed or exported document; false, to display a report control only in a preview. |
See Also
Feedback