Should be registered with the *.rpx file extension to pick up any request for an rpx file and process it. The handler loads the rpx file into ActiveReports, runs and exports it to a specified format, defaulting to HTML.
For a list of all members of this type, see RpxHandler members.
System.Object
DataDynamics.ActiveReports.Web.Handlers.ArHandlerBase
DataDynamics.ActiveReports.Web.Handlers.RpxHandler
[Visual Basic]
Public Class RpxHandler
Inherits ArHandlerBase
[C#]
public class RpxHandler : ArHandlerBase
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=3.0.0.1918, 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
RpxHandler Members | DataDynamics.ActiveReports.Web.Handlers Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.