For a fixed integer \(r \ge 1\) , a distance-r dominating set of a graph \(G = (V, E)\) is a subset \(D \subseteq V\) such that every vertex in V is within distance r from some member of D. Given two distance-r dominating sets \(D_s\) and \(D_t\) of G, the Distance-r Dominating Set Reconfiguration (Dr DSR) problem asks whether there exists a sequence of distance-r dominating sets transforming \(D_s\) into \(D_t\) , where each intermediate member is obtained from its predecessor by applying a given reconfiguration rule exactly once. The case when \(r = 1\) has been extensively studied in the literature. We study Dr DSR for \(r \ge 2\) under two well-known reconfiguration rules: Token Jumping ( \(\textsf{TJ}\) ), which involves replacing a member of the current DrDS with a non-member, and Token Sliding ( \(\textsf{TS}\) ), which involves replacing a member of the current DrDS with an adjacent non-member. For \(r = 1\) , it is known that under either \(\textsf{TS}\) or \(\textsf{TJ}\) , the problem on split graphs is \(\texttt{PSPACE}\) -complete. We show that for \(r \ge 2\) , the problem is in \(\texttt{P}\) , resulting in an interesting complexity dichotomy. Along the way, we establish nontrivial bounds on the length of a shortest reconfiguration sequence on split graphs when \(r = 2\) , which may be of independent interest. Moreover, we provide observations that lead to polynomial-time algorithms for Dr DSR for \(r \ge 2\) on dually chordal graphs under \(\textsf{TJ}\) and on cographs under either \(\textsf{TS}\) or \(\textsf{TJ}\) . We also design a linear-time algorithm for solving the problem under \(\textsf{TJ}\) on trees. On the negative side, we prove that Dr DSR for \(r \ge 1\) remains \(\texttt{PSPACE}\) -complete on planar graphs of maximum degree three and bounded bandwidth, improving the degree bound of previously known results. We further demonstrate that the known \(\texttt{PSPACE}\) -completeness results under \(\textsf{TS}\) and \(\textsf{TJ}\) on bipartite graphs and chordal graphs for \(r = 1\) can be extended to \(r \ge 2\) .