I have an HTML page where I am embedding an SSRS report. The report extends beyond the page as shown in the image below:
This is the table that is generated:
<table cellpadding="0" cellspacing="0" id="ctl00_MainContent_FiveYearReportViewer_fixedTable" style="table-layout:fixed;width:100%;height:100%;">
<tbody><tr style="background-color:White;">
... (full table code truncated for brevity)
How can I ensure that when the table expands, the page header also increases in size accordingly? Is there a CSS property that I can set either initially or trigger after the page load using JavaScript?