Hi. Guys
I need to create a crystal report that shows the address label of the employee, By using crystal reports in vs2005 I had created the crystal report and connect to the data source and every thing goes fine and the report generated correctly, it displays like
Ashok(1st emp)
Station Road
Hyderabd
.........
Kiran(2nd emp)
Air...
this error is comes when upload files on server
Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
...
I have several Crystal Reports which I am displaying in the Viewer in an ASP.NET web page. These reports are pretty advanced with tables and charts on them. One thing we have noticed is that the lines tend to take on a mind of their own, often out by a few pixels in the preview, or running off the bottom of the page. This is not a proble...
I'm working with Crystal Reports in VB.NET in Visual Studio 2005.
I have a List(Of Stuff) that I've sorted according to one of the object's members.
I've verified in the debugger that the list is sorted correctly.
When I define my list as the data source, as in
rptDetails.Subreports.Item("rptSubReport").SetDataSource(theListOfStuff)
...
I have a very complicated Crystal Reports XI rpt file with 30+ group header sections,
each with its own suppress (No Drill-Down) formula. I would like to document this report
in a separate ASCII txt file so I can get an overview of the report. Is there any tool or any way I can export Crystal Reports XI formulas without going through ...
I can't figure out the rhyme or reason to how the Size and Position settings work for an OLE Object image in Crystal Reports. I can get the width to change, but I am not sure how the units of measure work.
My Google-fu has been weak on this one.
...
I have a stored procedure that selects from a table, two of the fields are DATE type in SQL Server, but when I select the stored procedure from Crystal Reports, the two date fields appear as Strings (in the YYYY-MM-DD format). I could write formulas to convert these to the MM/DD/YYYY output that is expected for this report, but is there...
exportdll not found
error while export using Crystal reports
...
Hello Friends,
Im new to work with Crystal Report in asp.net....I ve to import datatables to show report to client..So give me some links or solution to know about it.
thanks in advance
...
I want to create a crystal report in asp.net with c# use through parameterized query by coding (not by wizard).
...
I am trying to print a Crystal Reports consisting invoice data fetched from data base with a Dot Matrix Printer in Generic text mode, where i want to change the font size of alternate rows respectively (e.g., row1 will be bold and row2 will be italics). My problem is that though i can make those changes in Crystal Reports but while print...
I have a Crystal Report that was designed against a dev database. When I load it into the live system I need it to run a different but equivalent database. Normally I just run reports through some code in C# that sets the connection info, parameters and calls VerifyDatabase on the report and subreports and it all works well.
In one par...
Hi All,
Disclaimer: I am not he most Crytal-y person in the world, so bear with me.
Technology: Visual Studio 2008, with the (free) Crystal Reports that comes with it.
Problem:
I have an existing (simple) report that uses an "ADO.NET DataSet" for its fields. I want to create a very similar report (layout/most of it pretty much the s...
I'm trying to hook up my SOAP webservice to be used as a crystal reports data service and I'm running into some problems. I follow the wizard and after I enter my WSDL URL and my credentials, I go on to the final page. On this page, the drop down boxes are empty. I manually enter the service name, port and method, and then hit finish ...
I need some help for creating Crystal Reports in VB 2005.
I want to filter data between two dates (like from date and to date) with datetimepicker.
I'm using SQL Server 2000 for the connection.
Update:
Thanks for the link, but I'm trying using record selection formula....
Here's my code:
Try
Dim cryRpt As New ReportDocument
...
I'm working on rewriting a vb6 application in .NET that exports our Crystal Reports to Pdfs on a daily basis. I'm running into an issue when I export to PDF, the report renders properly (2 pages) in a Crystal Report Viewer, but when I export it (either through the viewer or programatically, it turns into a 11 page document, when it shoul...
I have been using the AJAX html editor to create content for a .NET project. The content is stored as raw HTML mark-ups. Now I need to take that content and inject it into a printable format. I've tried report writers like Crystal Reports and/or ActiveReports. Both make references that it can consume HTML, but only a subset is processe...
Hi,
I am generating and display crystal report from my asp.net application. In the code, i have a array of numbers that I want to be able to display in the report. so if in my code I have int[] {1,4,5,6,8,10 } I want to somehow pass this array to crystal report so that we have 6 rows in the details section of the report where each row is...
My MVC app uses the push model and the CR viewer for reporting. All works great in displaying the report in the viewer however the print/export buttons give the javascript error 'Object not supported by this action'. I am using VS 2008 and MVC. This happens in my dev environment. Any ideas?
...
hi everybody .
i export crystal reports whit rpt.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.WordForWindows,path) method. but its time is long. For example, in 500 reports 20 minutes long . how can reduce this time?
...