Crystal Reports Viewer control is used to view the designed the Crystal Report (any version) in the Application. It is possible to set the default mode to view the Report in the control, specifying the Printmode as Pdf, ActiveX etc.
Questions tagged [crystal-reports-viewer]
24 questions
11
votes
1 answer
How to load all pages of crystal reports at once
I am using CrystalReportViewer in my aspx page.
It is working perfectly, but it load one page at once; when I switch pages within report it does postback to fetch next page data.
Every time when previous/next button is clicked, this loader is…

10K35H 5H4KY4
- 1,496
- 5
- 19
- 41
7
votes
4 answers
How to stop crystal report viewer from asking login credentials when opening subreport
I currently have a crystal report embedded in a visual studio website. I deploy the website and install it on an IIS, and provide a link to the user so they can access globally and see this report. This system has been working great.
However, when…

MythRaven
- 81
- 2
- 2
- 7
7
votes
1 answer
IE11 - Crystal Reports - PrintMode ActiveX now displaying PDF prompt (instead of printer prompt)?
I've noticed this recently, and I don't remember it being this way:
Those familiar with Crystal, will be familiar with the Crystal Report Viewer and the toolbar:
When I press the print button I get this:
That's the prompt you receive when it is…

JustLooking
- 2,405
- 4
- 28
- 38
4
votes
1 answer
Crystal Report graph not showing properly
I have 2 graphs in one report:
The top graph has 2 similar points, which each points showing itself as is, I have encircled the points in brown just to be clear.
The graph below the first one has a similar point also, which I encircled in blue, but…

Mr.J
- 430
- 2
- 10
- 30
4
votes
2 answers
Charts not showing on Crystal Reports Viewer in WebForm
After days of struggling, I finally have the viewer showing the images on it's icons and buttons, and showing the report nicely. However, as soon as it comes to a chart, all it it shows is a border and that little icon that shows there is supposed…

ProfK
- 49,207
- 121
- 399
- 775
2
votes
0 answers
could not load file or assembly 'log4net', 'crystaldecisions.reportappserver.clientdoc' in vs2017
I am getting title error when I am running project (desktop application) in vs2017.
The Project is first created in vs2012, while when I running the project in vs2017, it showing me crystalreport1 error.
I have tried many things like install sap…

karan
- 482
- 1
- 8
- 30
1
vote
1 answer
How to pass selected data shown from datagridview pass to CrystalReportViewer
I want to create a print button to show a datagridview values with some labels in form to crystalReportviewer
this's what i did
i've created a report.rdlc that contains dataset from a class
This's how i show my table to dgv
private void…

eSooner
- 41
- 5
1
vote
1 answer
how to get the parameter value using QueryString in CrystalReportViewer_init function in ASP.Net?
I am trying to pass parameter from one page to another page. I am using CrystalReportViewer on the other page.
There is CrystalReportViewer1_Init(object sender, EventArgs e) function, there I should receive the filename from the previous page
Here…

mohamed faisal
- 33
- 1
- 8
0
votes
0 answers
Can't open .rpt file in VS2019?
Why I Can't open .rpt file in VS2019?
This is my old project. I copy this source code project from my old computer.
On my old computer I used VS2019 and Crystal Reports version Service Pack 27 (CRforVS13SP27_0-10010309). So on my new computer aready…

Meawmill
- 67
- 1
- 13
0
votes
1 answer
Issues with Sub Reports in Crystal Reports Windows Forms?
I have developed an windows application, in which I'm using Crystal Reports to generate reports. Added some sub reports in it and it's working all fine. I have added a new report and a sub report in it, The new report is not working and causing the…

Karthic
- 41
- 1
- 8
0
votes
1 answer
Crystal Report viewer not showing the embedded image
Crystal Report viewer not showing the embedded image "the logo" of the report at the runtime, instead of an image i got a label with text "image" as you can see:
and this the original one in the design mode
I am using Visual Studio 2017 Pro,…

Osama Gadour
- 177
- 2
- 17
0
votes
1 answer
Crystal Reports Viewer showing thousands of pages
3 page document repeating to 48,387 pages.
I have a NextGen driven form that uses Crystal Reports to generate a document. I'm not familiar with Crystal Reports, but am trying to help troubleshoot this issue.
When we try to view this 2 page document…

jjwdesign
- 3,272
- 8
- 41
- 66
0
votes
0 answers
Can't execute sql query for crystal report
I have some code for execute crystal report into my crystal report viewer, i had been set the parameter and sql, but nothing show up. can anybody help me? I am new in using crystal reports
Private Sub CrystalReportViewer1_Load(ByVal sender As…

Fenny
- 41
- 9
0
votes
0 answers
CrystalReportViewer Does not show reports
I had made a CrystalReport using a stored procedure, when I click on a button to show it in a crystal report viewer, I don't see anything but see message :
Wait while the document is being processing
Sometimes I don't even see this message. I…

Elmehdi Khmiri
- 43
- 3
0
votes
1 answer
Determine which pages were printed
I am writing an application which can only allow users to print pages once. I am looking for a way to find out which pages have been sent to the printer to update a database to mark those pages are printed.

Shon
- 486
- 4
- 9