ActiveReports 6 Online Help
Medium Trust Support

ActiveReports 6 was designed for use in a Full trust environment where all its features are available without restrictions. You can use ActiveReports 6 under Medium trust, but with limitations on some of the features.

Caution: Assemblies placed in the Global Assembly Cache, or GAC (C:\WINDOWS\ASSEMBLY), have Full trust permissions, so the results on your deployment machine may differ from those on your development machine.
Note: If you see an evaluation banner when deploying your ActiveReports 6 project, you shoud use the Web Key Generator utility to create the Web Key and integrate the license information into your project.

Feature Limitations

  1. Exporting
    • Rtf, Text, Tiff and Excel filters are not supported in Medium trust.
    • For the Pdf export filter, digital signatures are not supported.
    • The Pdf export filter cannot access System fonts, so you must create a Custom Font Factory (Pro Edition) to embed any necessary fonts for non-ASCII characters.
      Note: If justified text and some character sets are not exported correctly, ensure that the Custom Font Factory (Pro Edition) is set up correctly.

  2. The End User Designer and Windows Form Viewer controls require Full trust.
  3. The Picture control does not support metafiles, which require Full trust.
  4. The ImageType property of the Chart must be set to PNG.
  5. OleObject and Custom controls require Full trust.
  6. Scripting requires Full trust, so if you need to use code in reports under Medium trust, use code-based reports rather than RPX format.  

Recommended Development Environment for Medium Trust Tests

To set up a Medium trust environment

To set up the PrintingPermission level

See Also

How To