public bool VerifyReport(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, System.DateTime VerifyDate, string ReportType) { return(base.Channel.VerifyReport(ReportItem, VerifyDate, ReportType)); }
public SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportVerifyInfo GetReportVerifyInfo(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, string ReportType) { return(base.Channel.GetReportVerifyInfo(ReportItem, ReportType)); }
public bool ReBuildReport(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, string ReportType) { return(base.Channel.ReBuildReport(ReportItem, ReportType)); }
public byte[] GetReport(SinoSysWatchService.Application.SinoSZJSReportService.MD_ReportItem ReportItem, string Format, string ReportType) { return(base.Channel.GetReport(ReportItem, Format, ReportType)); }