crystal-reports Questions

4

Solved

​I'm working on Visual Studio 2019 and Crystal Report Service Pack 26. My code read data into ADO.NET dataset and I set those datases as datasourse of my reports. something like this in Visual Basi...
Danieledaniell asked 9/1, 2020 at 14:56

11

Solved

Has anyone tried Crystal Reports with Visual Studio 2022? I have an ASP.NET MVC app using Bootstrap and Crystal Reports. Wondering if I can run and maintain it in Visual Studio 2022...
Ale asked 28/11, 2021 at 14:9

11

I am saving all my Crystal Reports in one folder: VOUCHERS-->SALE-->BILLFORMATS For example: The location of the first report is: VOUCHERS-->SALE-->BILLFORMATS-->BillFormat1.rpt...
Navarino asked 16/6, 2011 at 5:48

7

Solved

We are running Crystal Reports on a Windows Server 2008 with .NET framework 3.5 SP1. I have seen many causes of the general error "The request could not be submitted for background processing." o...
Gaul asked 2/2, 2010 at 1:3

2

Is there any documentation anywhere as to the structure of the Crystal .RPT file format? thanks - dave
Argyll asked 20/9, 2012 at 14:47

19

Solved

I have crystal report 2010 installed with VS 2010.i have created a crystal report which is works fine in the localhost but the issue is once i publish my website to IIS the report is never displaye...
Banebrudge asked 1/9, 2011 at 4:13

5

Solved

I'm having an issue with Crystal Reports for VS2013. I have a windows application developed in VS2010 with CR. When I try to run it in VS 2013, I get the following exception: Failed to load databas...
Tarton asked 28/5, 2014 at 4:29

2

Solved

What is the benefit the makes SAP Crystal reports Enforce Join default option in Link Dialog is "Not Enforced"? Is it performance issue? because I noticed if you don't select field from the joined...
Meara asked 25/5, 2011 at 10:27

3

Solved

I have a field year which is string type coming from db side.So I converted that to number and adding 1 more year to that to show like this: Year:2014-2015 Below is the formula. 'Year' & '...
Bullhorn asked 12/5, 2014 at 12:57

5

Solved

I have 2 windows program. Program A : create with visual studio 2015 with crystal report SP18 Program B : create with visual studio 2017 with crystal report SP22 I have a computer with crystal r...

14

I have developed a simple project. where i have to print some crystal report. the project runs very well in local machine, but when i up this on a web hosting server, it shows me an error when crys...
Atal asked 25/6, 2016 at 6:15

4

I trying open already created ASP.NET project in another PC locally via IIS manager. But I'm getting this error: CS0246: The type or namespace name 'CrystalDecisions' could not be found (are you m...
Agenesis asked 3/5, 2016 at 7:17

3

We were getting the Thread was being aborted Exception while exporting a report into PDF. The below code we were using for export a report into PDF. Response.Buffer = true; Response.ClearConten...
Niel asked 23/1, 2012 at 7:2

4

Hopefully this is simple enough that someone can help. I have a simple row oriented report. The problem I have is the Keep together command is chosen on the detail lines, but sometimes the detail l...
Criticize asked 27/3, 2012 at 17:35

5

Solved

I am trying to suppress the text value in crystal by right clicking on the text object, selecting suppress and hitting the x2 button and adding the formula isnull(field) When I look at the pri...
Archilochus asked 6/9, 2014 at 1:15

4

Solved

in my project i use visual studio 2010,crystal report 2010 & Crystal.Reports.2010.Support.Pack.v13.0.5. when i run code's and call crystal report viewer. this error Occurred in my windows appli...
Rhizo asked 7/6, 2014 at 7:14

4

Solved

How do I enter a line break (or other non-text characters usually solved with escape characters) in a StringVar in Crystal Reports? Wanted output: line 1 line 2 I've tried StringVar s := "li...
Get asked 29/8, 2012 at 11:40

6

Solved

When printing a report, the user sometime have the following error: CrystalDecisions.CrystalReports.Engine.LogOnException: Error in File C:\DOCUME~1\carolec\LOCALS~1\Temp\temp_b117cc2e-c184-4556-...
Vibraharp asked 6/7, 2009 at 14:59

3

need to display serial no as roman letters(i,ii,iii,iv etc) in my crystal reports. I have the serial number captured as record number (1,2,3,4...).so what i have to do for it in crystal report.
Cobbie asked 14/6, 2012 at 8:17

15

I have created a crystal report in vs2010 with .net4.0. when I publish the website it throws the error A document processed by the JRC engine cannot be opened in C++ stack I published the website...
Baring asked 31/5, 2012 at 12:44

3

Solved

I am using this code to load a main report and a subreport inside the main report. The main report is a blank one and just contains subreport. Here is my code: MySqlConnection cnn; string connec...
Sorel asked 4/11, 2011 at 7:48

1

I have created new architecture my ERP application by asp.net core 2.0 with angular js 4.0. Now I want to integrate crystal report my application. I am searching to integrate crystal report my ap...
Careerist asked 14/1, 2018 at 12:1

5

When I set the object size and position, sometimes Crystal Reports changes it. For example: X: 0.1, y: 0.1, Width: 1.9, Height: 0.133 Changes to x: 0.1, y: 0.139, width: 1.9, height 0.094 How can I...
Curfew asked 8/7, 2013 at 14:35

2

This relates to my How do I achieve a pivot report in Crystal Reports for Visual Studio? The data is the same, but they want a line chart as well. So, my data is {datetime}, {car-id}. The X -axis...
Willowwillowy asked 30/7, 2013 at 17:21

2

Solved

I want to nest if-else statements in Crystal Reports, but I don't know the necessary syntax. How can I arrange something like this: if table1.id <> "1" then if table1.name <> "a" then...
Semang asked 25/6, 2012 at 6:6

© 2022 - 2025 — McMap. All rights reserved.