In the Crystalreportviewer there is no toolbar-style width property. Therefore, if we need to set the toolbar style width of our crystal report then we have to put this
ToolbarStyle-Width="yourWidth"
sample:
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True"
DisplayGroupTree="False" EnableDrillDown="False" EnableParameterPrompt="False"
HasCrystalLogo="False" HasDrillUpButton="False" HasSearchButton="False" HasToggleGroupTreeButton="False"
HasViewList="False" ToolbarStyle-Width="680px" ReportSourceID="CrystalReportSource1"
Height="900px" Width="680px" EnableViewState="False" HasZoomFactorList="False"
BestFitPage="False" />