Questions tagged as 'crystal-reports'

1
answer

Sorting in Crystal Report with sub reports

I have in my report 2 subs reports but I want to sort by the field "Student" of the Main Report but I am not getting even though I already bringing the query it ordered with I would like. I tried to sort by Group Section from the Insert...
asked by 31.10.2014 / 12:22
2
answers

Loading a report in Web Forms

I want to generate some reports in my application and I'm using Crystal Reports. The Report itself is correct but I can not load it on my page (.aspx). Here is my application's Load event code: protected void Page_Load(object sender, EventA...
asked by 08.04.2014 / 22:18
1
answer

Error - C # string for Crystal Report

When trying to pass the string from C # Windows Forms to Crystal Report following the procedure of the second image and the code below the crystal report shows the following error! Visual Studio Community 2017, Mysql free and Crystal Report Sap....
asked by 15.09.2018 / 01:49
1
answer

if and else condition with date in crystal report

I'm performing a condition in my report to insert "-" when the Due date is null, but an error occurs when the date comes other than null. Below is the image that shows the error when filling in the due date: Thefollowingexpressionwasu...
asked by 29.06.2018 / 15:34
0
answers

Table 'VW_XXXXX' was not found. The table was not found

Good afternoon! I ask for your support, I have a strange problem. I created a view in a given owner and use this view in a crystal reports. With my user (I set the values in the App.Config of my solution, which incidentally is in C #) I can g...
asked by 05.07.2017 / 20:06
0
answers

Block view and edit of Crystal Reports RPT file

I have a C # application and I have created some reports that remain in the application folder, the problem is that if someone copies the report (.rpt) files the same if they have Crystal Reports installed will be able to view and change the set...
asked by 16.05.2017 / 12:51
0
answers

Do not align zero value on crystal report C #

I have a report made in Crystal Report C # on VS2015. In fields that are decimal when the value is zero the report exits with a space after the decimal places. When it is not zero: | 100,00| When zero: | 0,00 | There is...
asked by 04.08.2016 / 15:59
0
answers

Crystal Reports CSV Export Filtering by Date (C # MySQL)

I have a Crystal Report object that is bringing the records of a View from a MySQL database. I need these records to be exported to a CSV file and I got this with the following code: private void btnExportarCSV_Click(object sender, EventArgs e...
asked by 28.03.2016 / 00:17
0
answers

Crystal Report set text size of the value in a chart

I'm using Crystal Report version 13 in an application with Aspnet Webforms. I'm developing reports with charts and displaying the value of the "data labels". My problem is that I can not change the font size of these values, I have already ch...
asked by 15.03.2016 / 17:49
0
answers

Crystal Reports - RTF vs HTML

I am generating several reports with Crystal Reports, and as I realized there are basically two ways to interpret formatted text (RTF and HTML). Considering the different styles , the various HTML tags, what would be the option that offers...
asked by 19.02.2016 / 15:25