Crystaldecisions.Windows.Forms.CrystalReportsViewer
How do I capture a click n the print icon/button? (The toolbar is showing and CrystalReportViewer.ShowPrintButton is true)
View ArticleExporting report i have a PDf of 0 byte
I use use ActiveReport 10 and in my asp page i use an ActiveReportsWeb:WebViewer. I’d like export my report by a custom button. When i click on button i have just a file of 0 Bytes. In my custom button...
View ArticleReportviewer TOC?
I want to create a dynamic table of content (TOC) for a report. I have tried various methods that is to cumbersome to repeat here. I have also tried various methods chatgpt has suggested. Nothing seems...
View ArticleUsing a Boolean-type parameter in an RDLC report
I have a WinForms report that uses a boolean-type parameter (flgShowAreaPlants). In the RDLC I've added the parameter and set its data type to "Boolean". I add the parameter to the ReportViewer in the...
View ArticleCR XI 2 SP6: Error in microsoft visual c++ runtime library
Hello, With some of my customers, my program crashes when after the user pages through the print preview a few times. The error is: Microsoft Visual c++ runtime library: Runtime Error! Program: xxxxxx...
View ArticleCan't create Dataset from DataSource for a Report in Visual Studio 2022
I'm trying to create a SSRS report in VS2022. My problem is that I create the DataSource no problem but when I go to create a DataSet from that DataSource, I get the following error. Attached Images
View ArticleRDLC granularity
Is there a way to enlarge or reduce the granularity on the report viewer? I am trying to print on some small labels using a Thermal label printer. The problem is even when margins are set to 0 and...
View ArticleDataReport + Vb6 + Multiple Pages + foot report print
Hi all, I looked everywhere, but i couldn't find a solution..., let's see if someone can help me. I have a Report (done with Datarepot), multipage. If i put some label at the foot page section, it...
View ArticleExport to pdf
Hello, Front end as vb6.0 and reports in crystal report 9.0 Crystal reports used in my vb application, user has to export it to pdf. But the issue is user can export report into pdf only one at a time....
View Article[RESOLVED] Can I embed a PowerBI report in a WPF app - like SSRS in Local...
Hi All I'm after a bit of steer before I go tearing off down a blind alley. A bit of context: I have an app that does water resource modelling. Basically, you build a model of a water resource network...
View ArticleCan I embed a PowerBI report in a WPF app - like SSRS in Local Processing Mode?
Hi All I'm after a bit of steer before I go tearing off down a blind alley. A bit of context: I have an app that does water resource modelling. Basically, you build a model of a water resource network...
View Article[RESOLVED] Can't get ReportViewer working
I'm building a VB.Net Windows Forms application, and I need to incorporate reporting functions into it (just straightforward report generation, viewing and exporting). Much of the data for the reports...
View ArticleCan't get ReportViewer working
I'm building a VB.Net Windows Forms application, and I need to incorporate reporting functions into it (just straightforward report generation, viewing and exporting). Much of the data for the reports...
View ArticlePrint Multiple records on a reportveiwer all together
I have a reportviewer that shows a certificate form for 30 students , this report retrieves the data from access db through an ID numbers on a combobox. Everytime I choose the ID from the combobox the...
View ArticleCall a function into Textbox Report Viewer
I have a function named NoToTxt converts numbers to words into Arabic language I pasted it in the Code place of Report Properties then I tried to call it inside a textbox expression using this code...
View Articlecrystal report 9 or 11
Hellow everyone, I have designed one report, contains rate of specific item which is called directly from my database. but some if else conditions are there to calculate value which is qty accepted...
View ArticleSelecting page setup from rdlc resets copies
I set the number of copies in the reportviewer prior to showing the report. If I click the print button the print dialog box shows the correct number of copies but if I click the page setup and select...
View ArticlePrint Barcode 128 in RDLC
I can print BC39 no problem but I need to print 128. I have no clue on how to do this. Its not just as simple as using the BC128 Narrow typeface. If anyone can point me in the correct direction, it...
View ArticleVB6 - CrystalReport .PrintOut() crashes the exe but works during code running...
In a VB6 project in Japanese Win10 OS machine, this line is working fine during the code running and debug. Code: Private lReport As CRAXDRT.Report ... ... ... Call lReport.PrintOut(False, 1) But when...
View ArticleExpression for both font color and weight in SSRS
Hi I would like to know if it is possible to change both the font color AND font weight based on conditions for a textbox with an expression. If have the following to change the font color : Code:...
View Article