Sets whether hyperlinks to URLs are allowed on reports.

Applies To

Client report definition (RDLC) report layouts

Property Value

Yes if links to other URLs from the report are allowed; otherwise, No. The default is No.

Remarks

When you use the Visual Studio Report Designer for creating reports for the RoleTailored client, you can add hyperlinks on controls that target different URLs. This allows you set up a link from a field on a report to another report or page of the RoleTailored client for drilling down into data. To use hyperlinks on a report, the EnableHyperlinks property must be set to Yes. For examples that use this property, see Walkthrough: Creating a Link from a Report to a Report and Walkthrough: Creating a Link from a Report to a Page.

Note
The EnableHyperlinks property exposes the LocalReport.EnableHyperlinks Property of the Microsoft.ReportViewer.WebForms.LocalReport object, which is embedded in Microsoft Dynamics NAV 2013 R2. The Microsoft.ReportViewer.WebForms.LocalReport object is part of the ReportViewer controls that are available in Visual Studio for adding reports to your application.

Security Considerations

Microsoft Dynamics NAV 2013 R2 cannot verify URLs and protect against malicious sites that may be harmful to your computer. You should set the EnableHyperlinks property to Yes only if you can ensure that hyperlinks on the report target trusted sites.

See Also