Disabling viewer options for birt reports J2EE (Eclispe) - report

Hi
I have to display a birt report where I need to disable the viewer options. For example on top of every report there is run report option where I can change the parameters and see the report. I want to disable that option.
I am displaying this report on click of a link in the browser.
Any Ideas?
Thanks

Got answer myself!!
Changes needed to be done in ToolbarFragment.jsp.

Related

XtraReport Save File

I use the devexpress tool for reporting. In my Asp project, reports are opening slowly and I am looking for a solution until I find out why. Is it possible to download the report page in PDF format without opening it?
There is a DevExpress Support Center example demonstrating how to print an XtraReport without showing the preview.
For DevExpress products, the Support Center is usually the best place to look first.

Crystal Reports not rendering in webpage

I have been trying to display a Crystal Reports report inside a ASP.NET application I designed. The report is properly made, and in fact in Visual Studio I can see the report loading in the preview page. The problem comes when I try to open the page I have the report in my browser. Nothing displays. Not an error, nothing. Tried IE, Firefox, etc.
I used the built in Crystal Reports Viewer tool and added the report there as a source. Then I added the next in code:
ReportDocument crystalReport = new ReportDocument();
crystalReport.Load(Server.MapPath("~/CrystalReport3.rpt"));
crystalReport.SetDatabaseLogon
("suer", "apss", #"servername", "DBNAME");
CrystalReportViewer1.ReportSource = crystalReport;
Yet nothing loads. Nothing. Have been at this well for a day now but no go. Any help would be greatly appreciated.
If you use "~" to specify the Server.MapPath, the report must be at the root of your project. Maybe try specifying a different location. See this post which explains the different options very well.
I personally use a CrystalReportSource in my projects and specify a mapped drive where all my reports reside.
Hope that helps,
Chris

How to avoid security issue when I try to show a RDLC report in pop-up window?

As the title, I try to show the RDLC reports in a pop-up window. But the Chart type report could not be showed instead of with a "no image found" picture, while the table type report could be showed correctly.
And I also try just show the report in the parent page, then it works fine. I think it brought by the security setting of browsers.
How to avoiding this issue? As I do not want every user to change their setting when they run the report...

Using Cross tabs in Crystal Reports

I am trying to use Crystal Reports in generating my report for my ASP.NET website. Unfortunately, it appears like this. It appears properly when exported to other extensions. I have tried tinkering with every thing but it won't display as it is supposed to be. Can anyone settle this one? Thanks very much!!
Screenshot can be found here:
http://imgur.com/RGn4q

Crystal Report in ASP.NET - display image

I am using a Crystal Report on my website to dynamically build a PDF file for download. This is working great. However, now I want to add an image to the report. When I go to Insert - Picture, browse to my image file, and click OK nothing happens, which leads me to believe that I'm adding it incorrectly. How can I do this? Also, does the image need to exist on my web server or is it imbedded in the report?
So you're adding the picture to the report through the Crystal Reports designer?
Possibly the picture is in an unsupported format? Try saving it into another format and add it again, might just work!
As far as I'm aware, the image will be embedded into the report.

Resources