\documentclass{report}
%-------------------------<preamble>
% section number depth counter¸¦ ¿ì¼± ¸ÕÀú levelÀ» 7¿¡¼­ 9·Î ´Ã¸³´Ï´Ù.
\setcounter{secnumdepth}{9}
%¾Õ¿¡ ºÙÀ» ¼ýÀÚ¸¦ ¾î¶»°Ô Ç¥±âÇÒ Áö¸¦ Á¤ÇÕ´Ï´Ù
\renewcommand{\theparagraph}{\thesubsubsection.\roman{paragraph}}
\renewcommand{\thesubparagraph}{\theparagraph.\alph{subparagraph}}
%-------------------------<º»¹®>
\begin{document}
\part{Part}
\chapter{Chapter}
\section{Section}
\subsection{Subsection}
\subsubsection{Subsubsection}
\paragraph{Paragraph}
\subparagraph{Subparagraph}
\end{document}