Crystal Report (Help)
-
I have created my reports in crystal and I can view them in my application. I have 8 reports and for these 8 I have separate (8) aspx pages. This is taking too much time to load also. How can I just use 1 page to display the required report? Any help will be great. Thanks and regards lis Thinking is like loving and dying. Each of us must do it for himself.
-
I have created my reports in crystal and I can view them in my application. I have 8 reports and for these 8 I have separate (8) aspx pages. This is taking too much time to load also. How can I just use 1 page to display the required report? Any help will be great. Thanks and regards lis Thinking is like loving and dying. Each of us must do it for himself.
Please someone take a look at this. I am getting Invalid Report Source Error. My code is as follows:(on page Load)
Dim rptName As String = Request.QueryString("pcp") Dim s As String = HttpContext.Current.Request.ServerVariables("APPL_PHYSICAL_PATH") & rptName CRV.ReportSource = s
The value for pcp is got from my Web user control. Code:MenuList.Add(New MenuItem("Hardware Report", "ReportDisp.Aspx?pcp= " & "HWDetail"))
Thanks and Regards, lis Thinking is like loving and dying. Each of us must do it for himself.