Subreport isn't matching mainreport [Design] - reporting-services

Hello I was trying to add a subreport to my SSRS report inside the same Tablix
it starts the subreport at quote# see how it doesn't look like it belongs to that table? How can I fix that?
here is the design:

Related

Repeat the whole Tablix on every Page SSRS Report

I have Multiple Tablixes in My SSRS Report all pointing to the same dataset but have different groupings. I want My first Tablix(which has the summary data) want to be displayed on all the pages of the SSRS Report. Anyone please help me how can i achieve this one?
In SSRS you have the ability to put a tablix, inside of a tablix. So assuming you setup your sections appropriately, you should be able to achieve this.
Put your tablix that you want to repeat inside of a single header row, then set the header row of the parent table to repeat on each page.
EDIT:

Placing subheader header rows onto top-level report SSRS

I'm trying to implement an SSRS report without showing repeated subreport headers in each subreport shown in the top-level report, when it runs.
But I still want to show the top-level header on the first header row of the top-level report, the top-level header's columns of which correspond to each subreport's columns of course.
How would I go about implementing this?

How to Print info on each page when subreport has more than one page data

I have a subreport in a ssrs main report (rdl) using ssrs 2012. The subreport starts on the middle of the page in the main report detail section. I have one group in main report, shows header info and passes one parameter to the subreport. The subreport spans across multiple pages however the report does not show the main report's column/row headers on subsequent pages until the new group starts.
Any ideas how to print header info on each page when subreport has more than one page data?
Thanks

SSRS subreport instead of reportfooter

I am working on a report that has variable coulmns and the report looks fine in preview.
But now I want to add a "Hazardous Notice" like a report footer but via using subreport.
And this Notice will be only having TEXT in it (no columns and rows)
I am able to drag the subreport from the tools beneath my main Matrix, but I am really confused that how can I get only TEXT in that HAZARDOUS NOTICE.. as it asks me to add parameters in it. Do I need to create a Parameter for that or not.. Please Help!!!

Table inside a table row

I want to put a table inside a table row. But when i try to take the preview it's not working. Can anyone help me on this?
I'm guessing you want a subreport. You'll need to have a parameter on the subreport that ties to a value in the row that the report is displayed in. Once you place the subreport in the row in the designer (you'll need to add a detail row for the subreport, I think), you should be able to right-click on the subreport to tell it what report definition to use and how to link the data row to the subreport.