I am building an stock exchange sort of application. I would like to know Is it possible to create graphs using crystal reports or is there any other technology in .NET for building a graph which we usually see in stock exchange application.
I have created a crystal report application using VS 2005 on my Dev machine, it worked correctly.On another machine where VS 2005 is also installed, it is not working.
I installed Visual Web develperTrying to get a crystal report to show in the form but therte are no Crystal obhject to select Installed Visual Studio 2008 I can add an Item for Crystal now in form show the form and I see it has menu bar for crystal viewer and I see the report Now if I move the webpage to our server which has IIS 7.0, ASP.net 3.5 what else do I need to install on the server so it wil show the crystal report in the form?
I'm using crystal report 9 in asp.net 2.0 web site. i couldn't display the image in report. Is anyone having idea about this? i put the image using Insert Picture. in my web config , i put following codes,
When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
My report does not use data from a database. It uses a code generated dataset. How do I give crystal reports the necessary logon data to avoid database logon failures.
I would like to ask is it possible to show crystal report in pdf format in web? I know how to export crystal report in pdf format, however, it is exported to client's computer.
I have a crystal report designed in cystal report 9. The report also has a sub report. Now what I want is to show dynamic image in the sub report. My images are saved in sql server 2005 as image. Anyone has any idea how to show the images from sql server 2005 to crysatal report.
i am using asp.net 2008, freamwork 2.0, crystal report 10.2 i have a problem to get images on report from servers physical location. i have a barcode path store in BarMSt_M table as /images/barcode/bar.jpeg, now i need to show barcode in crystal report 10.2, what should i do,what can be extra setting or to install.
I have 20 Charts in 20 Crystal Reports and I want to show them all in a web page in ASP.net 2.0. If I take a crystal report viewer ,it shows only 1 chart in that viewer. I want to show them all .Is it possible.
I am trying to find a way that would allow me to display the parameters that have been selected when there are no records found
For instance.
Pulling from a database with a employee table that contains name, address, city, state, zip, job titile and shift.
i then have two list boxes set up that collect the paramets for the reports. One for the job title and one for the shift.
i want to be able to say that no records are found for "managers" on "third shift" where managers and third shift are the parameters from the listboxes.
I have a button in a form that generates a crystal report in a popup window
[Code]....And in the the popup aspx page:
[Code]....
So this works with no problem, it's been deployed onto a client's server and has been running smoothly, for the first few weeks, until they complained that the report can't be displayed. I logged onto the website, and clicked on the View Report button, and it pops up a blank page instead. No error logs generated despite my try catch blocks.
I did a iisreset, and everything works fine again, until about 3 months later, same problem occured, did a iisreset, works fine. So far this has happened twice, any idea what maybe wrong? It's only the viewing of the crystal report that seems affected, people are still able to login and out normally of the website.
I want to show .nfo file to user.That nfo file is located on server and i am giving it's path in crystal report.
So, when user click on that path of nfo file in crystal report, i want to show that file to user.
I cannot open nfo file in browser.I got this error,
HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
I'm new to Visual Studio.NET . I need to integrate the crystal reports into an ASP.NET application. I generated Crystal report with the help of crystal report XI developer edition(Stand alone version and NOT from the one which comes from visual studio).
How to integrate this report with the web application.
We have quite a few reports which were developed earlier in Crystal Reports 8.5. We are now planning to use these reports in our web application developed in VS 2008 (C#).
What dlls are needed for calling 8.5 in the application and how should they be added to the application while shipping it to the client?
They are also struggling to get the code running. Would also need the code to call the report with parameters.
I have one asp.net application in which i have crystal report binded in aspx page when it load it shows perfect.. i have lot of filed in crystal report in which i have one filed1 i need to show that value in out side of the asp.net textbox ..
I have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.