Tagged Questions
0
votes
0answers
18 views
Installing a Vb.NET Windows application by including Crystal Report runtime
I have a Windows application developed in VS2010 and .Net framework 4.0. We have used Crystal reports in the application.
We need to create an installer by including crystal report runtime and the ...
0
votes
0answers
29 views
How to show conditional data in Crystal Report?
I am working on Crystal Report based reciept that is generated on run time. On that process I have to perform a couple of things:
1- Printing of two reciept in a single go
2- Showing different text ...
1
vote
1answer
28 views
CrystalReportsViewer - Fire Event after parameters loaded/confirm button clicked
I am working with the CrystalReportsViewer control in a C# desktop application. I want an event to fire when the user finishes entering parameters and the report displays with data. Is there an event ...
0
votes
0answers
27 views
Crystal Reports: How Do I Pass a Populated Object To A Report?
Using the Database Expert I created a New Connection under "ADO.NET (XML)" and spelled out my namespace and class name to my business layer object. This allowed me to access my object in another ...
0
votes
0answers
112 views
Crystal Report - C# WinForm
i am trying use crystal report.
below is the event from which i am invoking crystal report viewer form.
private void areaWiseEstaToolStripMenuItem_Click(object sender, EventArgs e)
{
...
0
votes
0answers
145 views
How to use ReportDocument.ExportToStream of Crystal report to Add job directly on PrintQueue in C#
Working on C# 4.0, WinForm application and Crystal report.
I have a report, designed on crystal report, it's page size is A6, i want to print 4 page on 1 sheet of A4, this is achieved by printing ...
0
votes
0answers
40 views
Binding a List(or Table) to an Array or List<T> in Microsoft Reports
I am building a report using Microsoft Reports and stumbled upon a problem of which I am unable to find a solution. So I am hitting it on to you guys.
Refer the code below:
public class TestClass
{
...
1
vote
3answers
273 views
suppress column and remove blank space in crystal report
I'm working on Microsoft Visual Studio 2003.
I'm searching for a way to suppress a column if it is empty and replace the blank space left by the other columns.
I'm searching everywhere but I can't ...
0
votes
0answers
288 views
Upgrade Crystal Reports XI to 2011
I am working on upgrading our version of Crystal Reports from Crystal Reports XI to Crystal Reports 2011. We have a C# windows form application and we are currently using Visual Studio 2010. I have ...
0
votes
1answer
232 views
Database Login UserName Password window appeared on view of Crystal report VS2010 with two .ttx file
I am working on C# 4.0 Win-Form application and using Crystal Report For VS2010.
In my report i have connection with Field Definition Only File. I have two ".ttx" files.
When I view my report it ...
0
votes
0answers
29 views
Need Help on Windows Form Card structure barcode creation and printing
As a Novice/beginner,I wanted to get some advice:
I have to make a card structure like Swipe Card which includes Employee Number,name department etc
with that Emp no I need to generate Bar code on ...
0
votes
1answer
118 views
Show query results in CrystalReportViewer
I in my winform write this code to show my_table content in a crystalReportviewer but nothing are shown:
private void Form10_Load(object sender, EventArgs e)
{
String connString = ...
0
votes
1answer
145 views
Printing on a remote printer after invoking a report
We are migrating a legacy windows form app built using Visual Basic 6 into .net framework 3/3.5 using Visual Studio 2008 as part of an ongoing requirement.
There is a requirement : Get the list of ...
0
votes
0answers
332 views
crystal report is not showing data
I am using
Report.Bill objRpt = new Report.Bill();
objRpt.Database.Tables[0].SetDataSource(DT1);
objRpt.Database.Tables[1].SetDataSource(DT2);
...
0
votes
1answer
118 views
how to write formula for displaying year range in crystal report?
hi i am new to crystal report and c# application Actuvally i want to dispaly year range like given like this
2012-2013 2013-2014 2014-2015...so on
i have done by displaying year wise like this
2012 ...
0
votes
1answer
367 views
Suppress Page header when there is no data in Details sections
I am using a datatable to load the data for the crystal report. Based on the data filtered by the user in the DataGridview and clicking on Print will display the filtered data in Report.
All is ...
0
votes
2answers
414 views
How to use CSS for formatting Crystal Report in Winform?
I am using VS 2008 for a Winform. I have crystal reports in the project which I would like to format with the help of CSS.
Can anyone point me with the right tutorial to start this?
1
vote
2answers
544 views
Remove blank lines between rows while exporting Crystal Report to .csv file
Below are the screen shots one is the Crystal Report and other the exported .csv file.
As you can see in the .csv file after each row there is a blank line.I have searched for a solution but no ...
0
votes
2answers
138 views
Where is Crystal Reports Page Setup Menu
This my Report Page :
I Searched for Page Setup but i can't find it any where.
2
votes
0answers
107 views
A control like panel in the Crystal Reports
When i use Panel Control,The control's that Panel Contains,the Top and Left properties are set from panel start.
For example if i have a Label that putted in a Panel,if i have Label.Left = 100 ,this ...
0
votes
1answer
372 views
Crystal reports Text object control left property measurement
When i want designing report in .rpt file,i add a Text Object.
I want to set the location for that by user.So i used code below :
ReportDocument rd = new ReportDocument();
...
-3
votes
2answers
780 views
How to display crystal report in c# in windows form?
I was creating a table like this. From this I want to display all dates score only for rollno 1 in crystal report. How do I do that?
table like this shown below.
rollno name score ...
1
vote
0answers
364 views
Crystal Report parameters not working AGAIN
I am trying to pass a parameter to my report. I have tried different ways but every time it prompts me for a parameter value. I read tons of similar problems but nothing worked for me.
P_REQUEST_ID ...
2
votes
1answer
183 views
Page Count in Crystal Report
This is relevent to the question How to Get Total Page Count for a Report Using CrystalReportViewer?
I am using CrystalReportViewer in my win-from application.(Crystal Report 2011)
But is there any ...
1
vote
2answers
54 views
Error on client side when install run project
I have developed a window based project that is my first project and I am using crystal reports to print but after installation on the client side, when i run the report then it is showing an ...
2
votes
1answer
162 views
Inner Join Multiple Tables
CrystalReportAct crt = new CrystalReportAct();
sqlcon.Open();
sql = "SELECT EmpLog.Date, JobCategory.JobDesc,
Client.CompDesc, Product.ProdName, EmpLog.Actions, EmpLog.Remarks
FROM ...
3
votes
0answers
79 views
Why didn't show data in multi-column section in landscape mode? [closed]
I want Crystal Report (VS 2008) to have 2 columns on a single page (in landscape mode), but at runtime, didn't display data in crystal report. Why?
I use two columns in detail section, and set "Down ...
4
votes
1answer
207 views
how to handel filling 2 table in rpt file(crystal report)?
i use crystal report in C# winform program. in rpt file,i set detail section in to multiple columns. i put two table in detail section and set "Across and Down" for it.i want to first one table is ...
0
votes
1answer
235 views
how to remove distance between rows in table in crystal report
i use 2 box in section 3 in crystal report. but in run time, between rows, show space.!
titles in box1, and result info in the box2.in box2, for every rows, between rows ,is made space.
how to ...
0
votes
1answer
78 views
how to access gutter in crystal report
I need to change the width of the sections in the crystal report.
i know,In Crystal Reports, right click the gutter and choose 'Show Short Section Names'.
but i don't know, where is gutter ?
please ...
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
152 views
Connection between user control and crystal report viewer and class
I have a UserControl (instead of a Form) and UCReport that is a UserControl that has some TextBox and DropDownList and btnReport (button).
When the user fills controls and clicks btnReport, ...
0
votes
1answer
248 views
unknow namespace in Crystal Reports in C# winform
I create Crystal report in C# winform. but in report.cs, get error from namespace:
****using CrystalDecisions.Shared;**
**using CrystalDecisions.ReportSource;**
**using ...
0
votes
1answer
158 views
Crystal Report WinForm How to Fix it Error Object reference not set to an instance of an object?
crystal report 2008 on WindowsForm C#
Error: Object reference not set to an instance of an object.
How to Fix it?
string appConn = ...
-3
votes
1answer
171 views
Any alternative for subreports in Crystal Reports [closed]
I have a 1-to-many relationship in my report. I used sub-reports to handle this situation but the reports became so slow that they were unusable. I want to know if there is any alternative to ...
1
vote
1answer
488 views
Subtract wo db fields in crystal reports formula editor
I have two business objects of same type List<DenominationDataEntity> added to crystal reports.
1. ReceivedDenomination
2. PaidDenomination.
I have to show the values of both list and then i ...
1
vote
1answer
253 views
Windows client application with crystal reports connecting to an Azure database
I'm working on an existing .Net winforms application that has traditionally had crystal reports run against a LAN SQL Server database. I'm trying to get it working with an Azure cloud database.
The ...
2
votes
2answers
212 views
Image not showing in Crystal report for Visual studio 2005
I have created a report then created a field in xsd with System.Byte as datatype.
Then passed values from C# to crystal report. But image is not shown in CR.
When I open rpt file the byte field ...
0
votes
1answer
160 views
C# reporting tool that compiles into the executable
I have a Winforms C# application that uses .Net framework 3.5. The application currently makes use of Crystal Reports for various reporting functions. This application is typically being installed as ...
0
votes
1answer
624 views
How to run Crystal Reports with SQL Database Application on Client Machine
I've a developed a desktop application with SQL Server DB. In d**evelopment machine, SQL Server was running with (local). I need to add **Crystal Reports in my application which should be working on ...
0
votes
0answers
85 views
Upgrade crystal report 9 version to higher version through installshield 2010
How can I upgrade crystal report 9 version while installing crystal report 13 runtime from installshield 2010? Is there any option to do up gradation of third party software through installshield?
...
0
votes
1answer
241 views
crystal reports how to align logo?
I want to center align a logo in crystal report. but don't know how to do that. I tried use alignment options of visual studio but they align if any two objects are selected and they set alignment ...
0
votes
1answer
3k views
how to mange page size and margin in crystal report?
I am new to crysal reports and using crysal report with .Net (WinForm / Visual Studio 2010).
I was thinking what would be the way to setup page size and top, bottom, left and right margins in report. ...
0
votes
1answer
815 views
winform setup proejct, how to bundle .net frame work 4 and Crystal reports dependencies?
I have developed a small application and want to make its setup. Is it possible I can bundle .net framework 4.0 and crystal report dependencies with it. So that user may have not to install it ...
0
votes
2answers
391 views
Report showing raw data instead of data from linq query?
My report keeps showing what I believe is raw data in the report for the name from the employees field. The sql tables have the correct data but the report never has the correct name. It always shows ...
1
vote
2answers
298 views
Linq2sql Connection string for crystal report. Report requires logon
If I take out the connection string info the report runs fine from my machine but any other user it asks for logon information so I am trying to add the connection info. The line that is not compiling ...
1
vote
0answers
205 views
Line items repeating themselves in crystal report
I am new to crystal reports and cant find how to correctly list my line items. My report will run with no problems but my line items repeat themselves multiple times. For example instead of having ...
1
vote
0answers
220 views
Crystal Report Load Failed Report in exe
Crystal report fails while loading in exe .
i m sure its getting path perfectly via Application.StartupPath
Bt works perfectly in local windows form based c# application. I m newbie in windows form ...
0
votes
1answer
175 views
The type name crystal report does not exist in the type
This line is not compiling
this.CrystalReport11 = new ExpenseReport.CrystalReport1();
I am on visual studio 2010 and am having this problem when adding a crystal report to my app. I have changed ...
1
vote
2answers
2k views
Crystal reports, why is it asking for database login even after I provided the details?
I am generating a report, but the problem is even though I've supplied credentials, when the form containing the CrystalReport opens up, it still asks me for them, and the worst part is, I don't enter ...



