M
Martin Roy
Hi,
I'm searching a way to resize the Crystal report viewer inside a table tags
to fit screen size...
I have a <TR> for the header, middle section and page footer, I want my
footer to keep on the bottom and my crystal reports in the middle section to
size automatically to fit in the middle section...
Putting 100% for viewer width and here seems not working, I want scrolling
bar in crystal viewer but "NEVER" on internet browser...
So, my code look like this :
<TABLE>
<TR><TD>Header part</TD></TR>
<TR>
<TD>
<TABLE>
<TR>
<TD rowspan="2">Menu</TD>
<TD>Combo button</TD>
<TD rowspan="2">Details</TD>
</TR>
<TR>
<TD>CrystalReportViewer is here...</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR><TD>Footer path (copyright statement on grey background)</TD></TR>
</TABLE>
Thank you
I'm searching a way to resize the Crystal report viewer inside a table tags
to fit screen size...
I have a <TR> for the header, middle section and page footer, I want my
footer to keep on the bottom and my crystal reports in the middle section to
size automatically to fit in the middle section...
Putting 100% for viewer width and here seems not working, I want scrolling
bar in crystal viewer but "NEVER" on internet browser...
So, my code look like this :
<TABLE>
<TR><TD>Header part</TD></TR>
<TR>
<TD>
<TABLE>
<TR>
<TD rowspan="2">Menu</TD>
<TD>Combo button</TD>
<TD rowspan="2">Details</TD>
</TR>
<TR>
<TD>CrystalReportViewer is here...</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR><TD>Footer path (copyright statement on grey background)</TD></TR>
</TABLE>
Thank you