report-viewer2010

Calling SSRS Report Server it asked “Authentication Required” window

梦想与她 提交于 2019-12-02 06:11:34
I have just started working in SSRS and I got a very strange problem i.e. When I am calling report server URL i.e. localhost/Reports This URL requires Authentication window for Username and password. like this. If I submitted local system user account information in that case it will appear me report server screen which we want. like this. I have created a demo web-application and in the default.aspx page I am using ReportViewer to show report and configure it. here is the code which i am using Default.aspx Page <rsweb:ReportViewer ID="ReportViewer1" runat="server" Width="100%"> </rsweb

How to Query Data From SQL Server?

夙愿已清 提交于 2019-12-01 18:03:48
I have a problem in query data from database to make report in VB.NET. I use the Business Object to do the report. And here is my example data: ___________________________________________________________________________ | | | | | | | | Id | Item | Unit | Unit Price | Quantity | Amount | |____|_______________|__________|_____________|___________|_______________| | 1 | Gasoline | L | $ 2.00 | 10 | $ 20.00 | | 1 | Gasoline | L | $ 2.50 | 20 | $ 50.00 | | 2 | Water | Bottle | $ 5.00 | 10 | $ 50.00 | | 3 | Meat | Kg | $ 14.90 | 15 | $ 223.50 | | 1 | Gasoline | L | $ 8.00 | 50 | $ 400.00 | | 4 |

Setting local report hyperlink option to another local .rdlc report in c# Winforms application

妖精的绣舞 提交于 2019-11-30 16:08:38
问题 From the screenshot window below, how can i specify a local(.rdlc) report in my applications reports folder? If i just enter the name of my Report, the hyper-link doesn't work, when you hover over the field value, there is completely no sign that a hyper-link exists. But if i select Go to URL and enter ="http://www.mysite.co.ug/" as the expression, it works. I have a feeling am making an error in the way iam referencing my report path, i want to see an example in which the the option Go to