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

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


\begin{document}

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

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





\end{document}