Exago .NET API Documentation
BatchEntity Property
Example 
WebReports.Api.Scheduler Namespace > ReportScheduleInfo Class : BatchEntity Property
The Data Object with the batch schedule recipients list in it.
Syntax
public System.string BatchEntity {get; set;}
Example
This will display "Employees" in the label.
ReportScheduleInfo rsi = api.ReportScheduler.GetFirstApiReportScheduleInfoByScheduleName("Employee Reports").reportScheduleInfo;
Label1.Text = rsi.BatchEntity;
See Also

Reference

ReportScheduleInfo Class
ReportScheduleInfo Members