EnableExternalAssemblies Property

Version: Available or changed with runtime version 1.0.

Sets whether external Microsoft .NET assemblies can be used on a report.

Applies to

  • Report

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

Property Value

True if external assemblies can be used; otherwise, false. The default is false.

Syntax

EnableExternalAssemblies = true;

Remarks

When you use the Visual Studio Report Designer for creating reports for the RoleTailored client, you can reference external assemblies to add functionality to a report. The location of the assembly must be accessible from the RoleTailored client. To use external assemblies on a report, the EnableExternalAssemblies property must be set to true.

For more information about referencing assemblies, see Adding Custom Code to a Report (Visual Studio Report Designer).

Security Considerations

Dynamics 365 Business Central cannot verify assemblies and protect against malicious sources that may be harmful to your computer. You should set the EnableExternalAssemblies property to true only if you can ensure that assemblies on the report come from a trusted source.

See Also

Properties