Hi i am new to asp.net programing language. I want to have an index page in my crystal report can somebody provide me with an example how to create an index page in a crystal report.
I will really apreciate your help.
I feel you need a main page from where you want to navigate to other pages. If I am right, then you can crate groups in the crystal reports. Now from those group headers you can navigate to other parts(details) of the report.
I hope this helps.
Related
We have crystal report already built with us. We need to understand and make crystal to JasperReports. We are using iReport 4.5.1 for designing reports.
I want to know that crystal provides distinctcount(col1,col2) fields , what is the similar option available for the JasperReports?
Please let me know if am not clear with my question
I would like to create a multiple cross tabs report using iReport Designer Professional 4.7.0. Please find the sample screenshot of the same below.
I was able to do everything accept the Total's row showing the type wise totals.
Thanks in advance
I am un-sure what is going on here, when I generate the report the boxed section is bringing up all of the values for all of the results. how do I make it so these are separate.
This image is showing the report
this image is showing the table links
this image is showing the code in the sub report.
If you require any other information, please just ask.
Many thanks,
Daniel
So you want to restrict the values in the subreport to be the values in the main report? You are probably looking for a feature called "Subreport Linking". Try here: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d05ad954-f8a2-2e10-db9f-bb0f13a7cb1c?QuickLink=index&overridelayout=true&51887500358899
I have multiple reports all of which require the same footer (company address, VAT no etc).
Is there a simple way to write this information once and apply it to all of my reports?
I thought I could do this with a simple subreport but this just seems to copy the subreport to the main report and any changes in the 'footer report' aren't reflected in the main report(s).
Thanks Ant
Have you tried the "Re-Import When Opening" option in your subreport properties yet? Once you select that, any changes you make to your "Common Footer Subreport" should be reflected when you open one of your main reports.
(It's grayed out in my pic since I chose a subreport that was native to the main report. It didn't have a .rpt of it's own)
You want it the other way around. Your main report has your common footer, and the unique details sections are subreports of that one.
I don't think it's quite what you're asking for, but you could create a template with that information in the footer, and then apply the template to each of your reports.
Im new to work with Crystal Report in asp.net....I ve to import datatables to show report to client..So give me some links or solution to know about it.
thanks in advance
Lots of links available on Google. The Code Project also has some good articles including this one.