Print Directly to Printer with RDLC Report
I am wondering how I can print directly to a printer with a local rdlc report instead of using the report viewer. Basically what I am trying to do is allow the user to push a button and print a report...
View ArticleOpen Source RDL: My-FyiReporting
It appears that My-FyiReporting is the sole active fork of the old (now defunct) FyiReporting, so I've started a new thread to share my findings. It seems to me that it has great promise if the...
View ArticleError 20544 in Crystal Reports on a certain XP computer
I have the same VB5 program using crystal reports installed on 3 different computers for testing. Two XP computers and one Win7 computer. When the database and Crystal Reports are located on one of my...
View ArticleError of Password in Crystal Report
I make crosstab crystal report and then want to display it through vb, it display error Attachment 90371 I am using Crystal Report 9 Visual Basic 6 Attached Images
View Article[RESOLVED] Reportparameter: "Overload resolution failed"
im new to reporting and im following a tutorial http://www.youtube.com/watch?v=psLVb...eature=related however im using my own table and also my personal controls, namely reportviewer1, Textbox1, and...
View ArticleRun existing Crystal Report in VB.NET
I have an existing Crystal report built (using Crystal Reports), and I want to be able to share it with other users who don't have Crystal installed. Actually, I want them to be able to run it...
View ArticleWhen having a record characters more that 26000 cdoRecordSet.AddRows...
Attachment 90543 I provide data in to vb code through xml as follows <?xml version="1.0" encoding="ISO-8859-1"?> <Report> <Configuration> <Printer>Default</Printer>...
View Articlevb.net bind/rebind data source to reportviewer at runtime?
how do we bind/rebind data source to reportviewer at runtime?
View Articlei cannot create report
Hi I am new to crystal report I use mysql for database so I try to create new report using report wizard and go to create new connection to connect to database and I dont know where to go next from...
View Articlevb+ cr 8.5 open report
link to my other post related to crystal report http://www.vbforums.com/showthread.p...77#post4219177 moreover, i have created rpt using cr 8.5 and i use mysql db with mysql odbc 5.1 that means I used...
View Articlevb and crystal reports 10
I am using crystal reports version 10 and vb6 and mysql database I am connecting with crystal reports using connectionstring and not odbc. I intend to use connectionstring. I am using reference crystal...
View ArticleModifying an RPT in CR9 that was created by exporting as RPT from VB6 IDE
Hi I am really stuck trying to do the above. I keep getting an error "object doesn't support this property or method" when I reference the modified report in my VB6 app. If I do not modify the RPT file...
View ArticleProblem with iif expressionstatement in rdlc
I am using the following expression: =Fields!job_number.Value It gives either a number or blank. I want it to give a number or '0' if it is blank. Therefore I have used the following expression:...
View Articlesend crystal report4.6 via vb6
Hi when I designed an report by crystal report 4.6 in vb6 I can send the report as attached file via email, but when I preview the report thtough the application the MAPIMessages and MAPISession...
View ArticleSub Report in VS2010
Dear All, I have to display 2 reports in VS2010 as one. So what I am using is sub-report. but the thing is I don't know how to display data from my db in the sub report. please see code below. Code:...
View ArticleChanging Crystal Report Font Programmatical
I use this code to change the font programmatically Code: Dim newFont As New Font("Arial", 10, FontStyle.Bold)...
View Articlegrouping in rdlc
i have a database with the following attributes ORNUMBER pk Registration Textbooks ID Medical Dental Testpaper how do i pull of the image below? Attached Images
View ArticleHow do I change the color of a rdlc textbox
I'm using a rdlc report within a VB project. I have a text field 'surname' and a boolean field 'sales'. Depending on the value of the boolean field I want the text to be displayed in red or black....
View ArticleOpening Crystal Report using IPAddress
We are developing a Extra net software application using vb6 & firebird as database and crystal reports 10 as reporting tool. we have a centralized server having a static ip address. All the client...
View ArticleSum by Date
I am relatively new to Crystal however I am pretty far along on what I want to achieve. I have created several formulas and have them working properly. I am currently trying to have several sums based...
View Article