ActiveReports 6 Online Help
Windows Azure Support

You can use ActiveReports 6 on Windows Azure in full trust or partial trust modes, but with limitations on some of the features.

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.

Full Trust Feature Limitations

Exporting

Partial Trust Feature Limitations

  1. Exporting limitations
    • Rtf, Text, Tiff and Excel filters are not supported in Azure partial trust.
    • Digital signatures for the Pdf export filter are not supported.
  2. The Picture control does not support metafiles in Azure partial trust.
  3. Chart and Custom controls with the ImageType property set to metafiles also require Full trust.
  4. The OleObject control requires Full trust.
  5. Scripting requires Full trust, so if you need to use code in reports under partial trust, use code-based reports rather than RPX format.
  6. The OLE DB data source is not supported in Azure partial trust.

Recommended Development Environment for Azure Partial Trust

To set up Partial trust in an Azure Web Role Application

To set up Partial trust in an Azure Worker Role Application

To set up a local storage resource in a Web Role partial trust Application

To set up a local storage resource in a Worker Role partial trust Application

See Also

How To