Hi,
I have one crystal report in VS 2010...I am generating the chart at the runtime in a div.
At the design time ,when i take Main Report Preview there is lots of spaces after the report chart.
So when i call the reportviewer in the div,it is expanding a lot..so my page height is also increasing..
I want a fixed height and width to my report without any scrollbars.
My code is,
<div>
<CR:CrystalReportViewerID="CrystalReportViewer1"runat="server"
AutoDataBind="true"DisplayToolbar="False"BestFitPage="False"Height="190px"Width="290px"
ReuseParameterValuesOnRefresh="True"/>
</div>
How can i set the heigth and width of the report?there is lots of space after the report in the crystalreport..how can i reduce that page space?