Back to Devexpress

CanPublishOptions.Htm Property

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

latest1.6 KB
Original Source

CanPublishOptions.Htm Property

Specifies report control visibility when exporting to HTM.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to make the control visible when exporting to HTM; otherwise, false

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Htm
XRControl

.CanPublishOptions .Htm

|

Remarks

Refer to the CanPublishOptions class description for an example.

See Also

CanPublishOptions Class

CanPublishOptions Members

DevExpress.XtraReports.UI Namespace