ActiveReports.Web Assembly > DataDynamics.ActiveReports.Web.Handlers Namespace : RpxHandler Class |
'Declaration Public Class RpxHandler Inherits ArHandlerBase
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=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
System.Object
DataDynamics.ActiveReports.Web.Handlers.ArHandlerBase
DataDynamics.ActiveReports.Web.Handlers.RpxHandler
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