| Report Globalization (2 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| While evaluating Crystal Reports in VS.NET (the PDC release), I was wondering what the intended procedure is to programmatically globalize a report. Our application is already fully globalized in four different languages, using .NET resources (housed in RESX files) and I'd like to somehow apply these translations against the report's column headings and other strings that occur in the report. The ... |
|
| Desigining reports for starters (4 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| I'm just getting started with crystal, studied the walkthroughs from the crystaldecisions site, but something still remains unclear to me: What is the recommended way to design a report in this situation: I want to base the reports on my existing business objects, since we have certain business rules on what each user gets to see and what not. My business objects can expose a dataset (which is NOT... |
|
| Parameter passing to crystal report (3 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi can anybody give me some example code of calling a crystal report from the aspx. My report is built over a stored procedure. I have seen a few examples but i seem to be getting errors. My SP takes a date Value. Dim objRep AS New Report(Request("ID")) Dim rep123 As New CrystalDecisions.CrystalReports.Engine.ReportDocument() dim report tobeloaded as string report tobeloaded server.mappath(objRep.... |
|
| Saving Data with report (4 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| I am looking at the WebFormsViewer document I downloaded from CrystalDecisions web site, and it talks about "If the Web Forms Viewer is bound with a report that has been saved with data, it will display the report at design time with the saved data. Otherwise, it will display the report with temporary data only." My question is, where do I specify to save a report with data in .net? I have looked ... |
|
| Legacy datasource with Crystal (3 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi Our .Net app uses custom business objects (and collections) for obtaining data, which we typically use to bind to databound contols like grids, etc. Can I use these custom collections classes to supply data to a Crystal report, or do I have to use a 'dataset' ? Thanks |
|
| Parameter passing to Report (3 replies) |
| ASPFriends.com 'ngfx-crystal' list |
| Hi Havent yet got the solution to it. Does make me feel really dumb as i see a lot of sample code in this forum which seems to be working for you. My problem is that i am not able to send any value at runtime to the report which accesses a stored procedure in my database. Is there any thing i have to do in my report itself to ake this work. All my report does is it takes values from the stored pro... |
|
| custom report (2 replies, VIP) |
| ASPFriends.com 'ngfx-crystal' list |
| Hello: we use crystal reports and our users simply view the reports we created ( they can add the criteria ) but they can't create new ones , now we have the case where a couple of our clients own a copy of Crystal Reports and they want to create they own reports. I am not sure how to do this, I am thinking creating a web service which will expose their data ; they can save it and create the repor... |
|