I'm currently writing a report using "document class report" and I would like to have a table of contents as follows:

In fact, I want to have report which every chapter has two items in the table of contents, the first with dots and page numbering, and the second without dots and page numbering. But, I do not know how to do this. I have attached my work below.
In addition to the attached picture, this is my work:
\documentclass[10pt,a5paper,twoside]{report}
\begin{document}
\pagenumbering{alph}
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\addcontentsline{toc}{chapter}{title}
\addcontentsline{toc}{chapter}{title}
This is chapter.
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
How can I do that? Thank you
reportand notarticle? – Werner Jan 17 '18 at 21:12I have attached my work below.
Thank you
– Math-Data Jan 17 '18 at 21:29\chapter{This is my chapter title}? – Teepeemm Jan 17 '18 at 21:51