EnableHyperlinks Property

Version: Available or changed with runtime version 1.0.

Sets whether hyperlinks to URLs are allowed on reports.

Applies to

  • Report

Property Value

True if links to other URLs from the report are allowed; otherwise, true. The default is false.

Syntax

EnableHyperlinks = true;

Remarks

[NOTE] It applies to client report definition (RDLC) report layouts.

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 true.

Note

The EnableHyperlinks property exposes the LocalReport.EnableHyperlinks Property of the Microsoft.ReportViewer.WebForms.LocalReport object, which is embedded in Dynamics 365 Business Central. 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

Dynamics 365 Business Central cannot verify URLs and protect against malicious sites that may be harmful to your computer. You should set the EnableHyperlinks property to true only if you can ensure that hyperlinks on the report target trusted sites.

See Also

Properties