public System.string BatchEntity {get; set;}
public System.string BatchEntity {get; set;}
ReportScheduleInfo rsi = api.ReportScheduler.GetFirstApiReportScheduleInfoByScheduleName("Employee Reports").reportScheduleInfo;
Label1.Text = rsi.BatchEntity;