[]
ActiveReports supports Azure. We recommended using Page/RDLX reports or SectionReports in CrossPlatform compatibility mode.
All features of ActiveReports are available without restrictions in a Full trust environment. You can also use ActiveReports under Medium trust, but with limitations on some of the features.
type=warning
Caution: Medium trust does not adequately protect your application and should not be used. For more information see MSDN link. !type=note
Note:
- 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.
- For information on licensing a class library project, see the article on Licensing Compiled Code.
To set up a Medium trust environment
Open the Web.config file and paste the following code between the <system.web> and </system.web> tags.
<trust level="Medium"></trust>
To set up the PrintingPermission level
Most hosting providers disable the printing permissions in a partially trusted environment.
<IPermission class="PrintingPermission"version="1"Level="NoPrinting"/>
type=note
Note: The default set of medium trust permissions is available in the web_mediumtrust.config.default file.