Property IsNavigable
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
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.