\documentclass{report}
 \usepackage[Kashida]{xepersian}

\settextfont[Scale=1.2]{XB Niloofar}
\setdigitfont[Scale=1.2]{XB Niloofar}


\begin{document}

اینجا منابع \cite{aliabad1996phdthesis} و \cite{arhangel1995submaximal} را چاپ کن.

%%===============================

\makeatletter
\bidi@AtBeginEnvironment{thebibliography}%{\resetlatinfont}
\makeatother
\renewcommand{\bibname}{\rl{مراجع}}
\bibliographystyle{plain-fa} 
\bibliography{testing_references}
%%===============================



\end{document}