Tagged Questions
4
votes
1answer
89 views
Missing Using directive for hierarchical_grouping in MSDN crystal reports tutorial
I was working through the MSDN tutorial for Crystal Reports, and I get to the Binding the Embedded Report to the CrystalReportViewer Control step:
When I try the build, it tells me that I am missing ...
0
votes
1answer
190 views
Can i control height of detail section of Subreport in crystal reports
Dim mainRp As New MainReport
Dim subRp As New SubReportTest
subRp.Section3.Height = 500
CrystalReportViewer1.ReportSource = mainRp
above code not working and not showing any error also
but ...
0
votes
1answer
127 views
Crystal report version is higher
In my system VS2008 was installed now i installed VS2005 and trying to open a application which was built in VS2005.
When i am building the solution in VS2005 i am getting below error:
Error 499
...
0
votes
1answer
163 views
Sort from field other than Group Field in Crystal Reports
Using: VS2005; Crystal Report for VS2005; Oracle 9i; WinForms;
I have a report which displays the respective A/c Manager and their Revenue yield. The report is grouped by A/c Manager ID and have ...
0
votes
0answers
336 views
ASP.NET Crystal Reports without installation (DLLs only)?
This question has probably been asked before. If it has, please add the link below and close my question.
I'm writing an ASP.NET 2.0 website where I run a crystal report, export it, and display the ...
0
votes
1answer
406 views
text rotation 180 degree in crystal report
How to rotate text 180 degree in crystal report?
I'm using visual studio 2005 with c#.
There's text rotation angle property in crystal report but there's no 180 degree.
I don't want to use image.
I ...
0
votes
1answer
3k views
pass parameters on crystal report , connect access with code , vb.net
I want to search clients that got to shop between two dates.
The code I use seems alright and it doesn't return any error but the CR returns everything - It does not use the date search function. The ...
1
vote
2answers
489 views
how stop the printer after print the Last line in the crystal report (VS2005)
i have a crystal report in vs2005. I have to print this report in rollpaper with dotmatrix printer.
After printng the report it omit some waste spaces.
I have to stop the printer where the last line ...
0
votes
1answer
1k views
crystal reports, ReportDocument.printtoprinter() not executing in live code
I am developing a web application in which crystal reports are being used for Reporting.
Developing Environment : MS Visual Studio 2005 (ASP.NET, C#.NET And Crystal Reports)
I'am using the following ...
0
votes
1answer
431 views
Invalid printer specified
I try to print from web service using the below command
oRpt.PrintOptions.PrinterName = "\\ipaddress\printername"
oRpt.PrintToPrinter(1, False, 1, 1)
I got "Invalid printer specified"
I ...
0
votes
0answers
437 views
How display Images in Crystal Report in VB.net 2005
I am having the path of the picture in database.Now i want to display images in crystalreport
I have a Dataset namely 'Details' which includes an additional field(not in table of db) namely ...
0
votes
1answer
71 views
Application is being closed when page type for printer changed in crystal report
Iam developing a windows application using C#.NET and Crystal Reports.
Development Environment is IDE : Visual Studio 2005, OS : Windows Server 2003
A network printer was selected as default printer ...
1
vote
0answers
33 views
printing crystal report from MC
Is it possible to print crystal report from MC 3000 (Motorola) using wireless?
0
votes
2answers
316 views
Opening Visual Studio 2005 C# project with CrystalDecisions
First I'm sorry for my bad english it's not my native language.
I'm new to my entreprise and I have to re-code a C# application. This application is in relation with CrystalReport and uses many ...
0
votes
1answer
219 views
Crystal Report XI (SP4) using DataSet cannot display parameters
We are using CR XI Developer Edition on server side (a Web-service).
For sercurity reasons, we extract all SQL (we only use SQL in CR) from CR template and run it to get DataSets. After that, we ...
0
votes
1answer
331 views
Barcode font is working fine on develipment machine but not on client machine
I am working on bar code reader in one of the application. I am printing the bar codes in the few reports. I am using the free font IDAutomationHC39M. Guys it works fine on my development machine but ...
0
votes
1answer
473 views
Crystal Reports Legal Size Landscape Printing Issue in Visual Studio 2005
I am using Crystal Reports inside Visual Studio 2005. I have created a report that is Legal Size, landscape. When I print out the report, the margins are at least an inch and the report prints all ...
1
vote
1answer
1k views
Making report footer to appear just below the last page records
I am using Crystal Reports with VS-2005.
I have a report with a report footer section comprising of sum totals of a column. The problem is that in some cases, the records consume the entire page and ...
0
votes
1answer
946 views
Passing clicked hyperlink text in query string
I am using Visual Studio 2005 Professional Edition.
I have a Crystal Report on which one column contains hyperlink values coming from a stored procedure. When the user clicks on any of these ...
0
votes
1answer
492 views
How to adjust Report Field Height at run time
I'd like to adjust Report field height at run time. Please see my report design and review with data below
In the 2nd image, at the 3rd and 4th row of "Wine" column, if the
data length is enough ...
0
votes
1answer
103 views
how to suppress report footer if there is no value
Please see my image below
In my crystal report, there is sum value as total. I'd like to show it at the end of report. So I put this to Report Footer Section. If a report has more than a page, ...
-1
votes
1answer
171 views
In report, not show the updated data
I got a problem in showing report. The system flows like below -
Systems insert records in CSV file into a table,A in ms access database by batch.
Systems update in another table, B, based on these ...
1
vote
1answer
678 views
AutoNumber per group box in crystal report
I'd like to add Auto Number per group box in crystal report. Here I use Record Number but it increases by group box.
Report View
The AutoNumber will be at the front of Barcode Column. How to set it ...
1
vote
1answer
2k views
New page per a group in crystal report
I'd like to show new page per a group in crystal report. Please check my images below
report design
report review
How to set to show one group box per page?
0
votes
1answer
258 views
using crystal reports .net to report the modifications done in a table , recording/tracking application
I have to develop a recording / tracking application using crystal report .net . I have two tables in sql server 2005 express :
Product --will have all unique records
Columns are :
ProductID ...
0
votes
1answer
830 views
VS2005 + Crystal Report error 'The Report Application Server failed'
I use VS2005, Crystal Report for VS2005 and Microsoft SQL Server 2005. I got a report, crystal report linked to a XSD, that displays perfectly when I call it from my application.
I added an 'image' ...
0
votes
1answer
438 views
Allignment Issue in Crystal report Visual Studio 2008
I am using Crystal Report in Visual Studio 2008 and I am here having one main report and 3 other sub reports.I cannot able to make the position for the sub reports all are coming in different ...
0
votes
1answer
707 views
Page size in crystal report
I am doing project using vb.net and access its windows application I need to produce a crystal report of customized paper size. How can I achieve this?
0
votes
1answer
280 views
Which versions of crystal reports create rpt files that I can run with an app built with visual studio 2005?
I have an app built using Visual Studio 2005, which can run rpt files. The .rpt files are stored in a particular folder and the db has metadata about the report name, filename, and stored procedure to ...
0
votes
0answers
22 views
error while using crystalreport in website
i have a strange problem.i want to use crystalreportviewer control...but once i drag it to my page and choose the crystalreportsource and the report.i find crystalreportviewer become like this.what ...
0
votes
0answers
544 views
VS/2005 Crystal Reports - How to repeat a field multiple times in the details section
Im trying to duplicate/display a field that is in the details section of a crystal report, an amount of times based on a value that is calculated in a seperate function.
Does anyone have any idea how ...
0
votes
1answer
154 views
Is there a way to sort by more than one field in Crystal Reports?
I'm using Crystal Report with VB.NET in Visual Studio 2005.
I have report that works if I pass in a list of List(Of Stuff). I had been sorting the report by one of the members of Stuff but a need ...
1
vote
1answer
302 views
Help decoupling Crystal Report from CrystalReportViewer
I'm using Visual Studio 2005 with VB.NET.
I have a number of Crystal Reports, each with their own associated dialog resource containing a CrystalReportViewer. The class definitions look like this:
...
0
votes
2answers
933 views
How to programmatically change a Crystal Reports formula from Crystal Syntax to Basic Syntax - in Visual Studio 2005
I want to programmatically change formulas in a whole lot of reports, like in this question, but I also need to change the formula between Crystal Syntax and Basic Syntax. I can't see any way to do ...
1
vote
2answers
222 views
Modifying Crystal Reports v1.0.38 Forms
You read that correctly, CR v1.0.38. We have an archaic piece of coldfusion software that uses reports created in CR v1.0.38. Some of these reports need minor adjustments, so I open it using Visual ...
1
vote
1answer
341 views
Can I do two levels of linking in Crystal Reports?
Let's say I have three lists: Departments, Divisions, and Groups. A Department is made up of Divisions, which in turn is made up of Groups.
The Divisions have the Department ID as a foreign key. ...
0
votes
1answer
1k views
Crystal Reports: Is there a way to get effectively a subreport within a subreport?
UPDATE: I asked a more general question here: http://stackoverflow.com/questions/2166963/can-i-do-two-levels-of-linking-in-crystal-reports
I'm using Crystal Reports within VB.NET and Visual Studio ...
0
votes
1answer
934 views
Is there a crystal reports API in visual studio that I can use to manipulate rpt files using a macro?
I'd like to programmatically manipulate my rpt files using a macro or add-in within Visual Studio 2005. What I want to achieve is the ability to automate updating the custom functions in my reports, ...
0
votes
0answers
514 views
Crystal Report 11 and C# 2005 Export to PDF issue (Rendering issue, random pages)
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 ...
0
votes
1answer
1k views
Are there settings in Crystal Reports that modify sort order of data sources?
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 ...
0
votes
1answer
2k views
How to split a Crystal Reports subreport across a page break?
I'm using Visual Studio 2005 and writing in VB.NET.
I have a subreport in a Crystal Reports report consisting of a list of log entries. Sometimes the list of log entries is long enough that it would ...
1
vote
2answers
2k views
vb2005 crystal reports : Name 'CrystalReportViewer1' is not declared error
I'm running through this tutorial found here:
http://vb.net-informations.com/crystal-report/vb.net_crystal_report_from_multiple_tables.htm
which teaches how to pass a parameter text field on a vb ...
1
vote
2answers
2k views
CrystalReports excel field cut off when using CanGrow=True
I am working on an excel report in CrystalReports, in VS2005. I have a field in the Details section which can have up to 255 characters of text, and I want the height of the row in excel to expand so ...
1
vote
1answer
358 views
Problem adding Crystal Report to VS 2005 project
I'm trying to add a Crystal Report to a VS 2005 VB project.
Here's what I do:
Right-click on my project, Add -> New Item ... Crystal Report
Add a report with the standard report wizard (or just a ...
1
vote
2answers
337 views
Can I drive a Crystal Report in a standalone application with .NET objects?
I'm trying to learn Crystal Reports (VS 2005, VB) and per this question I was trying to drive the report with my own data objects instead of through a DB connection.
I found this tutorial and it ...
3
votes
1answer
4k views
How to use Crystal Reports without a tightly-linked DB connection?
I'm learning to use Crystal Reports (with VB 2005).
Most of what I've seen so far involves slurping data directly from a database, which is fine if that's all you want to display in the report.
My ...
0
votes
1answer
431 views
Crystal report is not working properly in Visual Studio 2005?
I have developed a project in VS2005(C#) which contains two crystal reports, the project is working fine and crystal reports are running properly on my system. But when my friend tries to run the ...
2
votes
1answer
3k views
How to redistribute Crystal Reports for VS2005 to Vista?
I have a WinForms app built using Visual Studio 2005, including the crystal reports that comes with VS2005 to run and view reports. My installer uses the merge module CrystalDecisionsRedist2005_x86 to ...
0
votes
1answer
2k views
Trying to pass Parameters to Crystal Reports
I am trying to pass parameters from Visual Studio using VB.net to a Crystal report.
I am using the following code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As ...
0
votes
1answer
667 views
Error while retrieveing BLOB field from database?
I'm trying to retrieve a BLOB field from Oracle and show it in a crystal report.
While viewing the report, I've that error:
Failed to open a rowset.
Details: ADO Error Code: 0x
Source: Microsoft OLE ...