ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace > Designer Class : ResourcePath Property |
Normally this property is set to:
http://reportserverhost:port/TemporaryResource.axd
where reportserverhost is the root of the ActiveReports 8 Server installation and port is the port on which the server responds.
On a development machine where the server is also installed on the same development machine it might simply be:
http://localhost/TemporaryResource.axd
In a production environment, if the report server is on the same machine that hosts the web application with the designer control, it might be:
http://myappserver.local/rptSrvVDir/TemporaryResource.axd
where myappserver.local is the hostname containing the application and the report server and rptSrvVDir is the virtual directory where ActiveReports 8 Server is hosted.
Note: The end user accesses this URL from a browser on the client machine, so the URL needs to be resolvable from the client machine's browser. |
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