Using charts within Crystal Reports/Visual Studio 2008 - c#

I'd like to use Crystal Reports on Visual Studio 2008 in order to generate some graphical representations (i.e : Charts). However, when i want to insert a new "Chart" object on my CR Design i find it gray like it's shown below :
What am i supposed to do then please ?

You can't have a chart in the page header, or detail sections;
a chart will only function in the report header or footer.
If you require a chart in the page header, create a subreport in the page header, and place the chart within the subreport.
How to add chart in page header of crystal reports

Related

Arabic Font not applied in crystal report viewer when display in asp.net?

I create asp.net and Crystal Reports website
Arabic font not applied in crystal report viewer when but when export to PDF it appears correctly. Ho
Right Click on the required fields - Format Object - Paragraph : Reading Order Right to left
But viewer is always a bit wonky in my experience as it never presents the same info as an export.

Change the displayed row in crystal reports c#

I have to print a report of a clients details using my c# program. I use a access database to store the client details. I've successfully created and displayed the report on my form in my c# application. Now I'm struggling to change the displayed row for the report. The report automatically chooses the first row in my database. I've created the crystal report without coding, I used the crystal reports visual studio plugin therefore can't paste any code.

Crystal Report Excel Export Issue

I created a Windows Form Application using C# that have a few Crystal Reports. Whenever I try to export the crystal report in Excel using the Crystal Report Export build in button, the excel formatting output is completely different. My Subtotal and Grand Total does not align with the corresponding column. Any idea what I can do to fix it or is it a flaw in crystal report exporting coding?
When exporting to excel, there are several reasons that can cause formatting issue. For example, If you go to Export options Using the column width of Header 1 may give you better formatting that the whole page. The best way to avoid formatting problems when exporting to excel is designing your report around the fact that it will be exported to excel. That means try to keep the fields in every section aligned. so if you have two .5 in fields in one section. and you have another field in the section below it. Make that field .5 or 1 in and align it with the fields above it. Also make sure all the sections are fitted by right clicking a section and click fit to section. If your still getting unwanted black rows when exporting,
1.)Right click section 2.)click arrange lines 3.)right click section 4.)click fitSection
you should have provided the screenshot of your report.... but will try to answer to the extent I understand.
This is not a flaw in crystal report...normally detail fields have extra columns compared to grand totals or group summaries so the wayout would be to insert dummy text fields before the sub totals and grand totals so that those are alligned correctly.
If this is not your requirement post a screenshot of how the report looks like and how do you need the output

Place a textbox over an image in Microsoft Reports

I want to place a textbox over a non-background image in an rdlc report (Microsoft Reports C# .Net).
I do it in my designer and everything looks great.
I export a pdf from the ReportViewer object and it looks great.
But when I show the ReportViewer object in a form, I get a misalligned textbox. It doesn't stay over the image, but gets alligned on the right of the image.
I am posting screenshots:
ReportViewer designer in Visual Studio
ReportViewer in a form (Notice the textbox value, number 4, on the right)
PDF export
Why is the textbox misalligned in the ReportViewer and how can I fix it?
Reportviewer renders using html that doesn't allow for overlapping objects that's why it looks right in a pdf but not on the reportviewer itself.

Crystal Report Print Dynamic PageSize

i want crystal report print continuously based on report like if report finishes stop the printing without blank page with dotmatrix printer(e.g Departmental store Bill).i am mention design in report A4 size but,i want to print report without blank page.
currently my output is like below image:
I want output like below image:
I am using C#.net,View and Print using Crystal Report Viewer.I am not experience Crystal Report can any one help me how can do this?
Thanks For Reading My Post.
First make sure that you avoid white-space in each section by using the Fit Section command which can be accessed from the context menu. Also make sure that the Extent Section to the bottom of the page is also unchecked for both report and page footers.

Categories

Resources