VS 2010 Make Crystal Report?
Sep 24, 2011
I am using MS Access Database at backend. In my application, I have a form, which does the search function for 3 fields, and the search is stored in a database and is then displayed in datagridview1 by the following commands.
Search
Dim dr As System.Data.IDataReader = cmd.ExecuteReader
Dim dt As New DataTable
[code].....
View 5 Replies
ADVERTISEMENT
Jun 21, 2010
I m using .net , I create some temporary tables at run time, how to print these table data thru crystal report
View 1 Replies
Jun 23, 2009
Iam workin wid crystal reports have a problem i jus want to create a crystal report dynamically not by using crystal report wizard rather by using a blank crystal report and connecting to the database server and generating the report from the database manually....
View 1 Replies
May 2, 2011
i want to make crystal report of profit and loss statement i have a column of "vr_type" and there are 4 types in it "sale invoice", purchase invoice" now i want that put a 4 formula s where i select that "sum (vr_detail.debit) where vr_detail.vr_type} sale invoice it make Sum of al these types so kindly tell me what formula i should use to get the result in simply i want sum of sale,sum of purchase,sum of expense?
View 2 Replies
Aug 26, 2009
I'm Using vb.net 2008 i want display 2 different field in crystal report...here the code in form at vb.net 2008
If Not IO.File.Exists(path) Then
Throw (New Exception("Unable to locate report file:" & _
vbCrLf & path))
End If
[code]....
what i want is when i choose "TBL1" then at crystal report that only show the field from table one... = T1_CD then if i choose "TBL2" then at crystal report only show field and the data from table two... = T2_CD when i make file.rpt in crystal report i just can only drag field from table one.. how i can combine another field from table two?is neccesary that i must passing parameter from form at vb.net to crystal report?
View 1 Replies
Mar 29, 2010
Im using vb.net and I need to fetch data from two different tables and display it in form of report. These are the schemas and data of my two tables:
CREATE TABLE personal_details (staff_ID integer PRIMARY KEY, title varchar(10), fn varchar(250), ln varchar(250), mn varchar(250), dob varchar(50), hometown varchar(250), securityno varchar(50), phone varchar(15), phone2 varchar(15), phone3 varchar(15), email varchar(250), address varchar(300), confirmation varchar(50), retirement varchar(50), designation varchar(250), region
[code]....
My problem is that nothing displays on the report unless I take off either the training fields or the personal_details fields from the report.
View 1 Replies
Jul 28, 2010
how to use crystal report in vb.net 2010?
View 2 Replies
Sep 25, 2011
Is their a tutorial on how to use crystal report and crystal viewer in vb.net 2010??Im using vb 2010 for my project and i dont know how to use the crystal report and its viewer
View 2 Replies
Aug 3, 2010
I have created an crystal report to display the table details, and the report is complete.I could not find the crystal report viewer in the toolbox.Even though I tried adding the component but could not add it. view the crystal report in visual studio 2010.
View 22 Replies
May 3, 2011
I have made report in crystal and call it from vb.net2010 but crystal report is not display, it is droped after some time when i am pressing the print button
i have put the code below to show report
--- the code
Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrint.Click
Me.Cursor = Cursors.WaitCursor
[Code].....
View 1 Replies
Oct 7, 2011
i want to get the total amount the overall total amount of the sale in crystal report. . . .im getting error in this sum({cashier.sumtotal}).
View 2 Replies
Jan 20, 2012
have this code to show crystal report
Dim rptdoc As CrystalDecisions.CrystalReports.Engine.ReportDocument
rptdoc = New CrystalReport6
rptdoc.SetDataSource(table)
[code].....
View 1 Replies
Apr 12, 2012
I am working on an application in which i need to use reporting. i have used LINQ to entities and MS SQL server as database in my whole application. Now when i started working reports i noticed that crystal reports or no more included in visual studio. i downloaded it separately and installed it. i have also designed my report successfully but the problem is that how would i use LINQ with it?? I translated my linq query into datatables and it worked but the problem i am stuck at is, my report is based on two tables, after translation i am able to see records of first table but not the second one.
View 1 Replies
Feb 17, 2012
I decided to learn reporting in visual basic .net 2005 but I didn't know what version of crystal report to be used. I've heard that we must use appropriate version for different Visual Studio. Can you please give me the exact version for VS 2005 and 2010?
View 1 Replies
Feb 7, 2012
in my old projects when i had create a project it comes with the crystal report's tools in the toolbox .
but now in the 2010 when i Create a new project a crystal report tools doesn't come with in toolbox , With science there is crystal report in my pc .
all of all how can I add a crystal report tools to the toolbox manually .
View 2 Replies
Jun 4, 2011
i cant install crystal report for visual studio 2010!
i already have installed vb express 2010 and yet the installation always fails because the installer says :You must already have Visual Studio 2010 installed to proceed with this installation
View 5 Replies
Oct 9, 2011
I want to ask about problem I had. I am using Visual Studio 2010 Version 10.0.30319.1 RTMRel
my Operating System is Windows 7 with 32 bit
and i am starting to develop report using SAP Crystal Report The step install is
1. I am going to page http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
2. i download
a. SAP Crystal Reports, version for Visual Studio 2010 - Standard
b. SAP Crystal Reports, version for Visual Studio 2010 - Click Once
c. SAP Crystal Reports, version for Visual Studio 2010 - Merge Modules
d. SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit)
e. SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit)
3. then i install
a. SAP Crystal Reports, version for Visual Studio 2010 - Standard => "CRforVS_13_0_1.EXE"
b. SAP Crystal Reports, version for Visual Studio 2010 - Click Once => "CRRuntime_32bit_13_0_1.EXE"
c. SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) => "CRRuntime_32bit_13_0_1.EXE"
after i success install those three program i started to going to Visual Studio 2010. and create project as usually. (I am developing VB.NET project) this is the step i am add crystal report
[Code]...
View 2 Replies
Jul 9, 2010
im from malaysia andive been using this forum for months now as a guide an reference for visual basic coding.i never posted a question before as i could find all the the answer to my problems in other user's thread. this is my firs post, as i cant seem to find the answer anywhere here.
[Code]...
View 1 Replies
Jun 12, 2011
i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file
View 1 Replies
May 28, 2012
I am exporting crystal reports information into an excel spreadsheet and now I am trying to open up excel so that the user can view the page but however I cannot SEE the excel file. in Task manager there is EXCEL.exe which shows that maybe excel opens up but the spreadsheet is not visible.
Imports CrystalDecisions.Shared
Imports Microsoft.Office.Interop.Excel
Imports Microsoft.Office.Interop
Private Sub btnPrintExcel_Click(sender As System.Object, e As System.EventArgs) Handles btnPrintExcel.Click
[Code] .....
View 4 Replies
Feb 26, 2011
I recently download/Installed Crystal Report for Visual Studio 2010 to work with Visual Studio 2010 Prof. Database from SQL Sever 2008 Express. Now my problem is when I run Crystal Report Viewer - Windows form : 1st message Database Login request and otherwise WRONG RECORDS DISPLAYING which I have not in my database table.
do print reports for my new Windows Application.
View 2 Replies
Jul 16, 2009
I plan on designing a Crystal Report, and then calling it through VB.NET code. Will the end-user need a Crystal license in order to use the crystal report part of the program?
View 1 Replies
Aug 15, 2011
When i pass the parameter and run the report it works fine as i close the form it closes the form is there any way so that i should be able to close the crystal report viewer and pass the parameter again and should be able to view report again.
View 1 Replies
Dec 30, 2010
I got a problem I want to print a report which is receipt having size 3 x 4 cm. i am unable to resize crystal report. i am using crystal report coming with visual studio.net 2008.
View 1 Replies
Jun 5, 2011
I have created an application using vb.net 2008 and for reports Crystal Reports Basic for Visual Studio 2008 but the problem is, when I run the application in another machine away from developing box, I get the Load report failed notice. I don't have any idea on how I should approach this issue. I tried installing the CRRedist2008_x86 and CRRedist2005_x86 but still the problem won't go away.
View 3 Replies
Dec 2, 2010
I'm having a problem with my crystal report with regards to report footer. I want to display the data from the table, column name "Remarks" in report footer but when I try to call the data it doesn't show the remarks. I'm using VB 6 and mdb files as my back end. Is there any command or fundamental that I've missed?
View 1 Replies
Jun 21, 2010
I had created 5-6 crystal report in my vb.net project with back end sql server 2005 and i had given my path for crystal report. after this i had creted setup and deployed at customer machine but there it dosn't shows any report instead of it gives an error. for viewing report so how to come up with this probelm.
View 7 Replies
Jun 5, 2011
im trying to fetch rows in 3 TABLES using JOined Queries.im tried the query first in MS ACCESS and it worked but when i tried to show it in Crystal report it wont show its data. [code]
View 7 Replies
Aug 14, 2010
I am working on a windows application in VB.Net 2008. I have added a crystal report in my project. and I have draw a Crystal Report Viewer to view the report. But when I run this report It asks user name and password. (The snapshot is attached here) I have used the following code to set the log on info of report.
[Code]...
View 1 Replies
Dec 16, 2009
<Visual Stusio 2005 visual basic / Crystal Report 2008>
I simply created a "Report" folder on the the project and "crTxEmpMaster.rpt" is created on the "Report" folder.I tried load a .rpt file for Crystal Report, but it occured "Load report failed" What is wrong wth it? #1 and #2 both failed.
Dim menuReport As New ReportDocument()
'#1
Dim reportPath As String = Application.StartupPath & "" & "ReportcrTxEmpMaster.rpt"
[code]....
View 6 Replies