예제 #1
0
        public static ReportDocument GetReportDetalleComprobantes(ComprobantesBL comprobantesBL, Comprobantes comp)
        {
            ComprobanteDetalleRpt result = new ComprobanteDetalleRpt();

            result.SetDataSource(comprobantesBL.GetDTODetalle(comp));
            return(result);
        }