How to print a Crystal Report locally when App is published on Server?
Hi I am using the below method. How can I print the report automatically? public ActionResult GenerateLoanSlip(int patronId) { var patron = _patronService.GetBy(patronId); var loans =...
View ArticlePassing variable to Cristal Report
I am busy with some reports. I just want to pass a variable holding the name of an employee to the section(2) of the report. I have been searching for days in the internet without any positive...
View ArticleAND in Select
Any help much appreciated. How can I select so records are returned that have all Codes ie C007B and C037 and C050 and H016Using CR11{EP_VisitNumber.EPVIS_DateOfCollection} = {?Period} and...
View ArticleHow to print a crystal report directly from Web App to client PC without any...
HiI generated a report using Crystal Reports and now I am trying to print the report automatically by using PrintToPrinter method. I can print the report on my local PC when I run the App locally. But...
View ArticleConditional Formatting with Crystal Reports
I have a very simple database with only 4 headings. Client, Product, Year and QTY. I have grouped the database in Crystal by Client, then by Product. Sorted by Year. The report shows all the products...
View ArticleEnd of Statement Issue
I have designed a report for mark statements, I print statement continued message at the end of the page only if the statement spans more than one page, and at the end of statement I print end of...
View ArticleRunning Crystal with access db
Hi guys,I'm trying to run crystal from an asp.net page but the problem is that my report is using to databases which one of them is Access database file but because I don't have MS access install I'm...
View ArticlePostgres string parameter in Crystal
Hi to all.I have one problem with creating reports in Crystal Reports 11. I use postgres database and I created query with string parameter. Query is running without problem and I getting correct...
View ArticleCrystal Report Not Showing any Data
My Version : VS2010 script VB.net Crystal Report 2013sir ,I am creating a crystal report using Dataset. But while running the page the report just shows the filed names not the data in Dataset. I...
View Articleprinting from crystal reports
i have asp.net app that loads the crystal reports but i cant get it to print to local printers. only options is to PDF. how can i get this to print to client side printing.using vs studio community...
View ArticleCould not load file or assembly Issue
We have deployed .net application on server. It provides functionality to view crystal reports placed at a different reporting server.Some users are able to see reports properly, but some are facing...
View ArticleSorting 2 Date Fields
I am trying to sort by 2 dates in ascending order from detail A and detail B. It is only sorting detail A date and detail B (if exists) is appearing right under and not in date order. Any help is...
View ArticleDisplay a New line of results
I am trying to create a report to display transactions in and out.I would like to see if my parts go out to a specific location it would display on a new line coming in. I would then like to search...
View ArticleVS 2017 and Crystal Reports
Hello,Microsoft released Visual Studio 2017 RC as mentioned in the following release notes:https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotesIn this regard, I need to know if crystal...
View ArticleAuto increase height text in crystal report
Hello, I want to automatically increase height of text if the text longer than the width like this,, if the width of text (example I have a text and its width 10px or 10 character) but if I read the...
View Articleadding picture causes System.OutOfMemoryException
There seem to be several issues when trying to add a transparent PNG logo to a crystal report. Firstly if you add a small sized logo, around 200kb, the report will increase in size to around 10mb....
View ArticleChange and Remove some labels with OLE object
I've a report by Crystal Reports XI release 2. I need to change 2 labels and 2 data field. Well, I got to change the data fields, but I do not change the labels. This label are like a image( OLE...
View Articlecrystal reports export to pdf operation not yet implemented
Dear All,I have an .Net application 2010 web application using crystal report, i have developed a report and it's working correctly, but wen i try to generate and download the report as PDF format from...
View ArticleReport don't showed ,CrystalDecisions.Shared Shared Utils
I already finish my vb app with vs community 2015, I copied the entire project to the client pc and everything works very well except the form where is my report, it shows the message that there is a...
View Article