crystal-reports

cyrtsal report how to hide records based on condition of a field like date

hi all i have a question about hiding records in crystal report and i am using cyrstal report in vs 2008 ,i dont know its version as i am new in crystal reporting lets say i have report like that customer_Id customer_name OrderAmount Order_date 0 xyz 5 03/02/2010 1 abc 6 ...

crystal reporting in vs2008

hi all i wana ask a question about crystal reporting in vs 2008 lets say i have a report with these data customer_ID Customer_Name Order_amoont Order_Date (#group1 VipCustomer) 1 xyz 3 1/1/2010 2 abc 4 2/2/2010 5 sds 21 ...

counting fields based on group in crystal report

hi all i wana ask a question about crystal reporting in vs 2008 lets say i have a report with these data customer_ID Customer_Name Order_amoont Order_Date (#group1 VipCustomer) 1 xyz 3 1/1/2010 2 abc 4 2/2/2010 5 sds 21 3/12/2009 (#Group2 Normal...

how to use crystal report in eclipse ide

sir, i have to use crystal report in my jsp page.I am doing it using eclipse ide ...

how to set grouping in crystal reports using vb.net programatically?

I want to grouping fields in crystal reports programatically using vb.net for dynamic reports generation. I am using vb.net 2005. i am trying to set report groupings of a crystal report at runtime based on user defined options. MSDN says this: Dim FieldDef As FieldDefinition FieldDef = Report.Database.Tables.Item(0).Fields.Item(comboBo...

Crystal Reports - Underlay section overlays lines (drawing object)

I have a problem with CR (version that ships with VS2008). Report has two report headers, one of them is used for watermark (a picture), using the "Underlay following sections" option. The problem is that, while this picture underlays field objects, it overlays lines in all of the sections (details, report footer etc...). Any solutions...

Does .net framework 2.0 contain crystal report dlls?

Does .net framework 2.0 contain crystal report dlls or not? I am using vs 2005 crystal report dll and deployed it on windows server 2003 but getting error..... Which setup(Please provide link) should I run to make crystal reports working? ...

Error running crystal report of version 2.0 as supporting .dll were missing so please tell me the set which should i run in server

Error running crystal report of version 2.0 as supporting .dll were missing so please tell me the set which should i run in server ...

Crystal Reports Reportviewer - Set Datasource Dynamically Not Working :argh:

I'm running CR XI, and accessing .RPT files through a ReportViewer in my ASP.NET pages. I've already got the following code, which is supposed to set the Report Datasource dynamically. rptSP = New ReportDocument Dim rptPath As String = Request.QueryString("report") rptSP.Load(rptPath.ToString, 0) ...

Finding the stored procedure that a Crystal Report is using

I need to retrieve the name of the stored procedure that a crystal report is running. Is there any way to do this in C# using the CrystalDecisions.CrystalReports.Engine.ReportDocument object? I can't seem to find a property that will give me the stored procedure name. Is this even possible? I've been through almost all the properties ...

Cryastl Reports is not recognizing that a new parameter has been added to the report's stored proc

i have added another input parameter to a stored proc used by a crystal report. i've had our dba recompile the stp to be sure that the new parameter is cached and "really there". i cannot get my crystal report to recognize the new parameter -- i've tried verifying database and using the Set Datasource Location/Update to re-select the s...

Print Dialog Does not show up in Crystal Report Viewer on 64 bit machine

Hi: I have a client, who is running Windows 2008 Server 64 bit. He is running our software, it has a built in crystal report viewer functionality. The print dialogue just wouldn't work no matter what. It worked on our 32 bit box and we verified it. I verified it on our 64 bit box, and the print dialogue didn't open either. I did some re...

String is required Here

If {OPOR.TotalExpns} = 0 Then "NIL" else IF {OPOR.TotalExpns} > 0 Then {OPOR.TotalExpns} ...

Crystal Reports Grouping Issue

I'm having a bit of trouble figuring out exactly why my report will not group the way i want it to. What i'm looking for is my report to look like this: Company 1 [data] Company 2 [data] Company 3 [data] However, when i run the report, it's like there was no grouping at all! I see Company 1, 2 & 3 numerous times in the report on a...

how to group fields in crystal reports using vb.net code?

I am using vb.net 2005. i am trying to set report groupings of a crystal report at runtime based on user defined options. MSDN says this: Dim FieldDef As FieldDefinition FieldDef = Report.Database.Tables.Item(0).Fields.Item(comboBox1().Text) Report.DataDefinition.Groups.Item(0).ConditionField = FieldDef but error shows invalid group...

Custom Number Format in Crystal Report !

How can i format quantity value in crystal report like if the value is 5, then just show as 5. If the value is 5.25, then show as 5.25. So which format should i use for that? Thanks. ...

VS2008 CR report viewer. Print and Export to PDF is not working

I've a web project in VS2008. The problem is that from a web report viewer; report is not getting printed or exported to pdf. Report is being shown alright but when print button or export button is pressed, nothing happens. No errors or crash. Just nothing got happened. Default printer is set alright and I am able to print from that mach...

How to Detect Trusted Connection in Crystal Reports using VB.NET?

I have some Crystal Reports connecting to a Sql Server db that I would like to detect whether the connection is trusted or whether I need to supply the log on info (reports are not supplied by me so I can't control the connect method). If I just blindly supply login credentials, it won't connect if it is a trusted connection. The follo...

Populate data Crystal Report from a query

hi big bro and sis, Im having a problem with how to display data using crystal report programmatically and need your help. Im using vb.net for my project. I have a form that I called reportFrm on which I put the CrystalReportViewer1. I also added the CrystalReport1.rpt to my project and the CrystalReport1.rpt contains a textbox called...

Display data fetched from several rows on crystal report

Hi guys, how can I display data fetched from several rows on a crystal report. Im using vb.net. So far i can just display data fetched from only one row. Thanks for answering ...