referring to a report without it being open

nishantd

Registered User.
Local time
Today, 08:47
Joined
Feb 20, 2004
Messages
33
Is there a way to refer to a report as an object so that I can refer to a particular property of that report?

For instance, I have a form and several buttons that call the same report (with different filtering). I would like to use the ServerFilter option to set a filter to be executed at the server instead of after the report is opened. However, I can only refer to this report after the report is opened at the client side. Can I dynamically set the ServerFilter property of a Report without the report being open?

Thanks,
Nishant
 

Users who are viewing this thread

Back
Top Bottom