Table of Contents

Property IsNavigable

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

IsNavigable

Gets a value indicating whether a Hyperlink's target passed the projection's scheme screening, and so was written into the markup as a link.

public bool IsNavigable { get; }

Property Value

bool

Remarks

False means the report asked the viewer to navigate somewhere it should not: only http, https, mailto and URLs with no scheme at all are written, so a javascript: target — which is script the report author chose, running in the viewer's origin — arrives here marked rather than silently working. The target is still given, because a host with its own policy is entitled to decide; a host without one should not navigate.

Always true for a bookmark link and a drillthrough, neither of which is a URL.