I am writing to seek help, in regards list control in report.rdlc. When I create a list control and add in data, then render the report page, it shows the list box data multiple times, making the report pages stretch up to 4 pages.
Is there a way to resolve this issue.
for reference, this what my html for the report viewer is:
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="1100px" Height="600px"><LocalReport ReportEmbeddedResource="comp_report.Report1.rdlc"></LocalReport></rsweb:ReportViewer>
Any hints would be most welcomed.
Thanks