Parameters
- hostIdx
- The 0-based index of the Scheduler Service host in the configuration.
Return Value
Returns a string with the Host Property value of the SchedulerHost Class for the requested Scheduler Service host.
Label1.Text = "Your report will be handled by " + api.ReportScheduler.GetHost(0);