Dynamically sizing CrystalReportViewer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,995
Messages
2,570,226
Members
46,815
Latest member
treekmostly22

Latest Threads

Top