Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change subreport path at runtime in RDC

Status
Not open for further replies.

jozerc

Programmer
Oct 10, 2004
6
CA
Hi,

In the process of distributing my reports and subreports
I need to change the path of the subreports.

The reports are in %SomePath%\Reports
The subreports are in %SomePath%\Reports\SubReports

Where %SomePath% is a valid path

I need to do that because I'm reimporting all subreports in any reports.

Regards
 
I don't see any methods that allow you to specify the path of the subreport. There is a ReImportSubreport method of the Subreport Object, but it's part of the RCAPI (Report Creation API), which means extra licensing. In any case, it only returns a boolean indicating success or failure of the reimporting.

-dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top