namespace ReportingServices.ReportingObjects { public class ReactorOutsByRDS { public string RDS_NO { get; set; } public string Units { get; set; } public string EndProcessTime { get; set; } } }