Exago .NET API Documentation
BatchField Property
Example 
WebReports.Api.Scheduler Namespace > ReportScheduleInfo Class : BatchField Property
The name of the field/column inside of the BatchEntity Property with the batch schedule recipients list in it.
Syntax
public System.string BatchField {get; set;}
Example
This will display "E-Mail Address" in the label.
ReportScheduleInfo rsi = api.ReportScheduler.GetFirstApiReportScheduleInfoByScheduleName("Employee Reports").reportScheduleInfo;
Label1.Text = rsi.BatchField;
See Also

Reference

ReportScheduleInfo Class
ReportScheduleInfo Members