Back to Devexpress

HtmlExportOptionsBase.UseHRefHyperlinks Property

corelibraries-devexpress-dot-xtraprinting-dot-htmlexportoptionsbase-448bbe22.md

latest1.7 KB
Original Source

HtmlExportOptionsBase.UseHRefHyperlinks Property

Specifies whether or not the document navigation is implemented by using scripts.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue(false)]
public virtual bool UseHRefHyperlinks { get; set; }
vb
<DefaultValue(False)>
Public Overridable Property UseHRefHyperlinks As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to use standard HTML link references in document navigation; otherwise false.

|

Remarks

Setting the HtmlExportOptionsBase.UseHRefHyperlinks property to true will enable the use of standard HTML link references in document navigation. On viewing such a document in a client web browser, unnecessary script security messages will not be displayed.

When this property is enabled, links with empty text may be generated if a corresponding control’s content is not specified. It will be impossible to click such links in a published document.

See Also

HtmlExportOptionsBase Class

HtmlExportOptionsBase Members

DevExpress.XtraPrinting Namespace