CrystalReportViewer Control won't resize?
I created a new form, took the default size but set it's WindowState property to Maximized. I then dropped a CrystalReportViewer control onto the form which by default fills the form up. My problem is when I display the report, the Form is maximized but the Viewer stays the same size. I even tried setting the Height and Width properties to the forms Height/Width.
Any ideas?
Thanks,
Re: CrystalReportViewer Control won't resize?
Any thoughts on this folks?
Re: CrystalReportViewer Control won't resize?
See if the property DockStyle of CrystalReportViewer control = Fill
JG
Re: CrystalReportViewer Control won't resize?
jg,
Unfortunately that didn't work. In fact I think that is the default value but I tried setting it anyway and no luck.
Thanks,