I am using componentOne web report in my system. Currently,we need to increase the width of the report to fit the entire screen. I have written java script to increase div width size, but data inside the report is not expanding based on the width. Please suggest a better approach.
<cc1:C1WebReport ID="C1WebReport1" runat="server" ExportFolder="/report/" Scrollable="False"
Visible="False" CallbackWaitImageUrl="~/Images/load.gif" class="control_label" Width="100%">
<NavigationBar HasExportButton="True" Align="Center" HasGotoPageButton="True">
<Images ExportImageUrl="~/Images/ExportDetailsv2.png" GotoPageImageUrl="~/Images/gov6.png" />
<DisabledImages ExportImageUrl="~/Images/ExportDetailsv2.png"
GotoPageImageUrl="~/Images/gov6.png" />
<MouseOverImages ExportImageUrl="~/Images/ExportDetailsv2.png" GotoPageImageUrl="~/Images/gov6.png" />
</NavigationBar>
</cc1:C1WebReport>
Aucun commentaire:
Enregistrer un commentaire