I have a CR viewer placed inside a panel. When I display the report it fills only 2/3 of the size of the panel. I need the report to fill the width of the panel, I've tried to set the width but does not affect the displayed size.
<
asp:Panel ID="Panel3" runat="server" Height="451px" Style="left: 2px; position: relative;
top: 43px; z-index: 102;"
Width="945px" ScrollBars="Both">
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true"
Style="position: absolute; z-index: 111; left: 0px; top: 0px;" HasDrillUpButton="False" HasExportButton="False" BorderColor="Silver" BorderStyle="Groove" DisplayBottomToolbar="False" DisplayGroupTree="False" EnableDrillDown="False" HasToggleGroupTreeButton="False" HasViewList="False" ToolbarStyle-BackColor="#FFC080" HasZoomFactorList="False" Width="350px" />
</asp:Panel>
Edited by snufse - 30 Apr 2009 at 6:51am