Skip to main content

HtmlExportOptionsBase.UseHRefHyperlinks Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

Property Value

Type Default Description
Boolean false

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