Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
182 Points
238 Posts
Mar 15, 2012 12:58 PM|LINK
i create a report using MicrosoftReportViewer, it's working at localhost, but display page not found after i upload to server.
i cant even see the next/prev/first/last page button
already upload all the files, included the bin file. this is front end coding, what else i missed?
<div style="text-align: center"> <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="369px" style="text-align: center" Width="911px"> <LocalReport ReportPath="Report1.rdlc"> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="databaseDataSet_member" /> </DataSources> </LocalReport> </rsweb:ReportViewer> <br /> <br /> <br /> <br /> <br /> <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetData" TypeName="databaseDataSetTableAdapters.memberTableAdapter"> </asp:ObjectDataSource> </div>
melvintcs
Member
182 Points
238 Posts
reportviewer .rdlc
Mar 15, 2012 12:58 PM|LINK
i create a report using MicrosoftReportViewer, it's working at localhost, but display page not found after i upload to server.
i cant even see the next/prev/first/last page button
already upload all the files, included the bin file. this is front end coding, what else i missed?
<div style="text-align: center"> <rsweb:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana" Font-Size="8pt" Height="369px" style="text-align: center" Width="911px"> <LocalReport ReportPath="Report1.rdlc"> <DataSources> <rsweb:ReportDataSource DataSourceId="ObjectDataSource1" Name="databaseDataSet_member" /> </DataSources> </LocalReport> </rsweb:ReportViewer> <br /> <br /> <br /> <br /> <br /> <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetData" TypeName="databaseDataSetTableAdapters.memberTableAdapter"> </asp:ObjectDataSource> </div>