Skip to Content
0
Former Member
Feb 03, 2009 at 06:07 PM

change scheduled report name programatically?

22 Views

How do I change the scheduled report name programatically?

IReport boReport = (IReport) boInfoObjects.get(0);

boReport.properties().setProperty("SI_NAME", scheduledReportName);

This still does not reset the report name since it adds the instance

number to the report after i change the name.

I am retrieving a template report and modifying its parameters and scheduling it- Hence the need to save it with a different name.

Edited by: jam mend on Feb 3, 2009 7:11 PM