Hi,
I have list of values created on CR server XI R2 and can schedule the list of values from Business View Manager.
How can I programmatically schedule list of values on CR server XI R2?
Can I use CrystalDecisions.Enterprise.WebControls.Schedule control or COM SDK SchedulingInfo to schedule list of values?
For reports, I can find them using the query below.
Select SI_ID, SI_NAME From CI_INFOOBJECTS Where SI_PROGID='CrystalEnterprise.Report' And SI_INSTANCE=0"
How do I find the list of values objects on the CR server?
Thanks for your help.
C.T.