Exago .NET API Documentation
BatchCategory Property
Example 
WebReports.Api.Scheduler Namespace > ReportScheduleInfo Class : BatchCategory Property
The folder that contains the Data Object with the batch schedule recipients list in it.
Syntax
public System.string BatchCategory {get; set;}
Example

Consider an environment where the recipient data field is the E-Mail Address field in this Data Objects Pane:

This example will display "Northwind" in Label1.
ReportScheduleInfo rsi = api.ReportScheduler.GetFirstApiReportScheduleInfoByScheduleName("Employee Reports").reportScheduleInfo;
Label1.Text = rsi.BatchCategory;
See Also

Reference

ReportScheduleInfo Class
ReportScheduleInfo Members