0
votes
0answers
13 views

crystal Report Export Issue - Mind Boggling

I have an application that gets data from a dataset, parses it through Crystal Reports and exports the report as PDF file. here is my Question. When I provide the entire dataset as source to ...
0
votes
1answer
72 views

Is there a better way to do this ?

SO here it goes. I have a model of dataset that works just fine and it imports data from database and gives it to crystal report. this solution works but it is very time consuming I was wondering if ...
0
votes
0answers
39 views

parse data Row by Row to crystal Report

been stuck on this for over a day. I need to find a way to pass Data from dataset/ data table into crystal report and export in to pdf file one at a time. here is a little bit about the dataset. ...
0
votes
0answers
119 views

Crystal REport throws error on formula field while exporting to pdf using c#

I have crystal report that is build on a view that uses 2 tables and around 47 columns. this was created in cr 2008. now I have to import this report into c# asp.net project and use dataset I have ...
0
votes
1answer
85 views

Use existing crystal Report with a new dataset

I am trying to bind my crystal report that is already created meaning I have the .rpt file. now I am adding this to my application using Add- reports - existing item. this report is created based ...
0
votes
0answers
81 views

Crystal Reports issue with dataset

I have a dataset in visual studio 2005 that uses a stored procedure as its data source. I am able to preview the data by right-clicking on the dataset and I see the expected data. In my Crystal ...
0
votes
2answers
260 views

Crystal Reports using datasets that are not already created

I am working for a Windows Application using WPF, c# in Visual Studio 2010 and Crystal Reports. I can create a report easily by adding a DataSet item to the project first, add tables to it and setting ...
1
vote
3answers
523 views

Crystal Reports Wrapping Text Field from Dataset

I'm working with crystal reports and visual studio 2010 to show a reports from sql server database. So i have this large text field (varchar(500)) and retrieved it with dataset to generate the ...
0
votes
1answer
487 views

dataset datasource for crystal reports file in .net framework 3.5

I am trying to set the datasource for my crystal reports from a dataset. This is what I have so far: protected void Page_Load(object sender, EventArgs e) { DataSet ds = new ...
1
vote
0answers
302 views

display barcode image in crystal report using vb.net

in Frm_Reporting.vb image barcode is created in btnEncode method. then save in memory stream. i want save this in data set and retreive it and display in crystal report. but in run time , didn't show ...
1
vote
0answers
189 views

save and display an image in vb.net?

I wrote program in vb.net. After calling btnEncode method, image result been saved in data set. and then display this image in crystal report. I declare image barcode from system.byte() datatype in ...
2
votes
1answer
353 views

Showing an image in crystal report

I want to use crystal report in VB.net in order to show an image containing a barcode.But when I run the application I get the following exception before loading the report although I have added the ...
0
votes
0answers
95 views

The report has no tables error

This is my code: Dim ds As New DataSet1 Dim cnn As SqlConnection Dim con1 As String = "Data Source=;Initial Catalog=;Integrated Security=True" Dim sql As String = "SELECT * FROM ...
1
vote
2answers
53 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 ...
0
votes
1answer
148 views

Create Report using Crystal Report XI from DataSet

*STEP 1.*My program get Crystal Report (XI sp6) templates from admin. It parses the templates to get SQLs from that and then populate it to get DataTables for each SQL. *STEP 2.*After that, it push ...
0
votes
1answer
172 views

Can't see parameters using dataset with crystal reports

I've been dealing with this problem for more than 6 months, when I create a dataset and inside de dataset I call a stored procedure and then call this dataset into my report (crystal reports) I can't ...
0
votes
1answer
32 views

my report is empty

I'm using vb net 2005. I have created a .xsd dataset with one table and a rpt report. the dataset is PedidosDataImpresion.xsd with the table DatosPedido. The rpt form is pedidoimpreso.rpt this is my ...
4
votes
3answers
297 views

inserting data into data set using data table in C#.net

I'm using a dataset to show data on crystal report without using an SQL server. My problem is that data is not inserted into the table. Here is my code: try { DataSet2 ds1 = new DataSet2(); ...
1
vote
1answer
383 views

how to use two datatable in crystal report

I have a issue in crystal report where in , I need to print on crystal report where values comes from three tables Booking_detail av_details booking_food_details So, for this I have used datatable ...
1
vote
1answer
196 views

Generating a Crystal Report document with NHibernate

Good evening everyone. I'm developing a application with MVVM, Fluent NHibernate, WPF on C#.Net, and we need to generate reports of some windows. I need to create a Report using a Crystal Reports ...
1
vote
0answers
395 views

build and design Crystal Report in ASP.net with more than one table

I want to build and design Report using Crystal Report using ASP.net. The big challenge for me is how to store more than one table in dataset. this is the structure for a dataset: click to see ...
0
votes
0answers
262 views

Using Subreport in main crystal report

I need to create a crystal report using 2 Datatable Name of Dataset is Dataset1 and two datatables are : 1.Booking_details 2.av_details Using these two Datasets I need to create 1 crystal report. ...
0
votes
0answers
120 views

Application crashes when launching Crystal Report populated by a DataSet

I have a VB .NET 2010 application with an embedded Crystal Report. The program works just fine when I'm debugging, but when I run the application outside of the debugging environment, even on the ...
0
votes
0answers
146 views

Using Dataset(XSD) How parameters pass to crystal report

I want pass input parameters Month and year to the crystal report using dataset(XSD) and display month and year on the crystal report. When we run the report it shold not prompt input parameter ...
0
votes
0answers
532 views

VB.NET No tables found in DataSet

Good day everyone. I would like to ask something. I have already done researches on how to respond to the DataSourceException generated by my subroutine. The main function is to generate a report ...
0
votes
1answer
279 views

Crystal Reports without database & dataset

is it possible to use Crystal Reports without the need to dataset & database ? i have a gui with a lot of textboxs and functions that returns a lot of variables that i need to report , i manged ...
0
votes
1answer
433 views

Crystal Report SubReports aren't linking to my main report

I'm using the WPF Crystal Report Viewer, and I'm reasonably happy with it. However, I've got an issue with Subreports. My first attempt at linking the subreports did something like this: ...
1
vote
0answers
775 views

Populate Crystal Report with dataset Images

I'm trying to Populate Crystal Report with a dataset and trying to load an image. I have the image in a bytes array. Im about to load my string data just fine. I have a dataset with a datatable and ...
0
votes
1answer
493 views

C# / Crystal Reports: Receiving an error when displaying Image from database to Report

I am currently receiving an error when retrieving an image file path coming from the database using the following syntax from this website: private void DisplayImages(DataRow row, string img, string ...
0
votes
1answer
746 views

How to replace dataAdapter with dataReader to fill data in a DataSet in my crystal reports C#

Like you Know the easier way to fill a dataset is with a dataAdapter like this : DataSetEmp myDataSet = new DataSetEmp(); ...(here Id did a select request..) SqlDataAdapter adapter = new ...
0
votes
1answer
363 views

Crystal Report Data field type different with dataset data type

I have a crystal report that bound to a dataset, the dataset is filled using stored proc. Some of my numeric columns mysterisly become string in crystal report. I have checked the columns in the ...
1
vote
0answers
454 views

Merging Data Table in Crystal Reports

I am trying to show a report by querying records from a table following the steps given at http://www.codeproject.com/Articles/166291/Generate-a-report-using-Crystal-Reports-in-Visual I am getting ...
4
votes
2answers
4k views

Add an existing DataSet to Report .rdlc

I have a Report. I need to create another one, similar to the one I have. So I created a second report by copying the first one. Then I created a new DataSet for the new report. I created it also by ...
1
vote
3answers
2k views

Crystal Report ask Logon information for Simple Dataset. How to hide it?

I know that there are some threads have a similar issue with this thread. But, I couldn't find one which solve my problem. I use Visual Studio 2010 and I create a dataset with one table. I want to ...
0
votes
1answer
703 views

Change column font style runtime in crystal report

I have Crystal reports in my project that is designed using a data set (Having table with column name inLanguage1, inLanguage2). This data set is filled with data from one of the tables from a ...
0
votes
2answers
3k views

XSD to dataset (Which also is a xsd?)

I'm a little confused, I have a XSD that states the structure of a XML I have already generated and filled, now I have to display its information in a PDF. I was thinking about crystal reports but I ...
1
vote
1answer
1k views

Update DataSet in Crystal Reports

I have little to no experience in using Datasets and Crystal Reports so please don't bash me if the answer is really obvious, I didn't manage to find the answer on-line. I have a C# Winforms ...
-1
votes
2answers
330 views

CrystalReports DataTable Error VB.NET

I'm trying to pass all data from a DB to a report: but I get an error (The report has no tables) Dim sqlConn As String = "SELECT (SUM(item_selldetail * item_quantity )/ 100 * 12) AS isv_report," ...
0
votes
2answers
707 views

How to insert data into Strong Typed DataSet?

I like to use strong dataset (.xsd) for crystal reports and want to know how to insert data into Strong Dataset(.xsd) from Normal Dataset? Strong DataSet mean the one we create using Add new file - ...
0
votes
2answers
104 views

Is there a free tool available to build a strongly typed dataset schema from a Crystal Report?

I'm importing pre-created Crystal Reports into a report project, and I want to populate the data from a database call, so I can change data sources programatically. There's a lot of fields here, ...
2
votes
2answers
2k views

Adding a column to a DataSet (xsd) for a Crystal Report

I am working on a report and need to add a column to one of my datasets and to the RPT file, but when I try to modify the Data Set, I get an error that the specified table doesn't exist. When I look ...
0
votes
1answer
534 views

How do I display Reports from a Local Data Source (sdf) on a Crystal Reports Viewer?

These are the steps I followed, 1). I created a WinForms project 2). Added a 'Local Database' (Databased.sdf file as local storage) 3). Added demo data to the database. 4). Created a dataset out ...
0
votes
1answer
597 views

Tool or a way to create a DataSet.XSD from a Mapping C# .cs file or a NHibernate.hbm.xml file?

I need to create a DataSet.xsd file according to a NHibernate.hbm.xml file or a Class File. These are Mapping files and class files than we use to work with our DB. You may ask me, why I do need a ...
0
votes
1answer
169 views

Assign default values in Dataset from xml

I have this file: <infNFe versao="2.00"> <ide> <cUF>35</cUF> <cNF>10123856</cNF> ... </ide> <det nItem="1"> ...
0
votes
2answers
681 views

LEFT OUTER JOIN with DataSets

I have the following two tables: Department (DepartmentID (PK), DepartmentName) Projects (ProjectID (PK), DepartmentID (FK)) And I want to create a crystal report that displays DepartmentID, ...
3
votes
3answers
9k views

How to bind crystal report to manually created DataSet

I wan't to create DataSet from code and set it as data source for crystal report. I don't want to create a DataSet xsd file in VS if I don't have to. Just pure code. DataSet ds = new DataSet(); ...
0
votes
1answer
1k views

Crystal Report with two DataSet (xsd) sources

I have a report that needs to get data from two logical areas of my application's DAL, Vendors.xsd and Customers.xsd. I can use the Database Expert to put both DataSets and their DataTables in to the ...
1
vote
0answers
1k views

Show crystal report using DataSet object using Access 2003 Database

Private Sub frmReportExpenses_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim objDatasetExpence As New dSetExpences // dataset object named as dSetExpences Dim ...
0
votes
1answer
6k views

DataSet does not support System.Nullable<>

i have an app which has btn to preview report made in crystal report. I added Dataset as datasource of the report and dragged datatable from the toolbox and added the fields I need as columns. I got ...
1
vote
0answers
271 views

Crystal reports does not identify System.DateTime

I am coding in C# and I use Crystal Reports in my application. I have to use a custom query (handwritten) for the report so I use a DataSet.xsd. In that dataset I have a DateTime field, so I made the ...

1 2