At work we currently have a custom in-house built winforms app for the business users to view reports. It has role-based security and several administrator functions.
My boss is thinking about getting me to port this app to webforms.
My question is, are there options other than custom built winforms and webforms apps for…
I'm not sure if the title properly explains what I'm trying to do. I'm trying to move from using SQL Reporting Services to a Crystal Reports Web App. I've gotten some reports to design properly because they are simple cross-tab reports that require nothing special. I'm running into a little problem of a user matrix report.…
Is there a way to easily convert Crystal Reports reports to Reporting Services RDL format?
We have quite a few reports that will be needing conversion soon.
I know about the manual process (which is basically rebuilding all your reports from scratch in SSRS), but my searches pointed to a few possibilities with automatic…
I'm currently trying to create a report using Crystal Reports that comes with Visual Studio 2008.
I would like to include a field of type boolean on my report that shows a string rather than true or false. The string should contain either contain a € or a % sign.
How would I go about doing this in the Formula Workshop?
…
I am using Crystal Reports 2011. I am totally new to crystal reports and reporting tools in general. I just added my data fields to the details section, but instead of showing all the rows in one page, a new page is created for each row. I did not use any grouping or change the section paging settings.
This only happens…
I am making one application where user will print invoices which I am displaying using CrystalReport.
The user showed me his current application made using ForPro. In that application, under Printer Options form, one can see all the printers currently installed and the user could select default printer. When the invoice…
I have problem in generate report. I use crystalreport 8.5 with vb.net 2008,what I want is when I generate report it will appear red value, if the value is more or less than actual value else it will give default value but when I put this code it give me wrong result
If {Intake.wheatType} = {Spec.WheatType} AND…
Is there any way to retrieve the cached data from a previously refreshed report and say, dump it to a file? Basically, I'm looking for the dataset that is being used by the report, and hand-dragging each field onto the canvas or even exporting the file doesn't quite get me where I want.
I'm not particular to a…
hello friends,
I am facing one strange but typical problem.
In one my form I have DataSet filled up with so much of data which I need to use throughout the form.
& I have 1 "print report" button also.
When user click on that a report gets
displayed. But after I click on that
my DataSet gets cleared…
Hello eveybody!
I have a report, in which I calculate starting date via Formula Fields.
Then I need to pass calculated value into a subreport, where I can use it as one of the parameters for the stored procedure in my database.
The problem is that for some reason value of the corresponding parameter when the…
Hello, i have a report with 2 objects. a text object from left to right and a database field on top of this object. When I load the report in viewer(or print from viewer) it looks OK but when I print the report programmatically with ReportDocument.PrintToPrinter() the database field moves to to the left and as…
I have a crystalreport that is designed to spit out a bunch of reports.
Each report is 2 to 7 pages in length.
We would like to print on the front and back of pages.
However, if we did this now... approximately half of the following reports would print on the back of the last past of the preceding report.…
I have a report (Reporting Services) integrated into an ASP.NET that shows dropdownlists to select report parameter values. The dropdownlists are populated using direct database selects, though I see the report RDL files do contain the paramter values and datasets as defined in the report designer.
Is it…
I've some adhoc reports developed on some report models which are published on Report Server (we're using SSRS 2008). Everything is running well. Now in our production environment we've near about forty (40) customers who have their own database (each have the same table structures and other database…
Hi!
I'm looking for a way to put my reports built with Report Builder 2.0 under version/source control in Visual SourceSafe. Is there any plugin-s for Report Builder 2.0 (or maybe 3.0)?
Thanks,
gligoran
How can I connect a CrystalReport (VS 2008 basic) to a MySQL DB without using a DSN or a preload DataSet using C#?
I need install the program on several places, so I must change the connection parameters. I don't want to create a DSN on every place, nor do I want to preload a DataSet and pass it to…
The report is runnig fine in Visual Studio 2005 but fails when I deploy it on IIS. It prompts, the report you requested requires further information. I think it needs to get installed some service pack either of SQL server client, or of Crystal Reports. Please suggest.
Hey,
After reserving a ticket for an travel agency, I want generate a printable report using CrystalReport.
I'm looking for a way to do that.
Any video tutorial or something like that ?
I have text objects on a CrystalReport in Visual Studio with an initial capital. When I print the report, the text is all lower case.
And the reason is?
Hi,
I have a crystalreport designer problem:
In my report is a field I want to display. But I don't want the field heading to be displayed. How can I suppress this?
It looks like this:
myFieldHeading
FieldValue1
FieldValue2
FieldValue3
But I want just that:
FieldValue1
FieldValue2
FieldValue3
…
Hi All,
I have a crystalreport which when generated has a last page that is blank except for the page footer (which indicates the current page, as well as the report title).
This only occurs when the data displayed on the second last page completely fills the page.
Would anyone have any ideas…
I have a report on RDLC.suppose this report of any account software.clicking on this report i want to show this report child report.
Suppose i have Four report names are A,B,C,D,E.Click on button I see the report A, click on report Column I see report B or C or D,E next report show on basis of…
I've recently come across the following error in one of my crystal reports following an accounting system update.
Group #1: ? - A : This group section cannot be printed because its condition field is nonexistent or invalid. Format the section to choose another condition field.
I've…