ActiveReports 6 Online Help
RpxHandler Class
Members 

Should be registered with the *.rpx file extension to pick up and process any request for an rpx file. The handler loads the rpx file into ActiveReports, runs and exports it to a specified format, defaulting to HTML.
Object Model
RpxHandler Class
Syntax
'Declaration
 
Public Class RpxHandler 
   Inherits ArHandlerBase
public class RpxHandler : ArHandlerBase 
Remarks

To use this handler you must enter the following into your web.config file (making sure that the Version is correct):

<httpHandlers>
<add verb="*" path="*.rpx" type="DataDynamics.ActiveReports.Web.Handlers.RpxHandler, ActiveReports.Web, Version=5.0.0.105, Culture=neutral, PublicKeyToken=cc4967777c49a3ff" />
</httpHandlers>

You may also set any parameters you've added to the report's Parameters collection via the DataSource icon in the URL.  For example:

http://localhost/AnyFolder/AnySubFolder/MyAssemblyName/ActiveReport1.rpx?Country=USA

Inheritance Hierarchy

System.Object
   DataDynamics.ActiveReports.Web.Handlers.ArHandlerBase
      DataDynamics.ActiveReports.Web.Handlers.RpxHandler

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RpxHandler Members
DataDynamics.ActiveReports.Web.Handlers Namespace

Send Feedback