Add button to crystal reports viewer - c#

I am using c# to display some crystal reports in my asp.net web app. I would like to add a custom button to the toolbar to go back a page. How do I achieve this?

Related

ASP.Net Webforms with ReportViewer

I am creating an ASP.Net Webform page to use the ReportViewer control so our users can view SSRS reports inside a web page.
I have created one report and it worked great. I am in the process of doing a second report, which is mostly just a copy / paste of the first report, but for some reason, I am unable to display the report in my page (see screen shot).
I do not get any error in the code, nor does the SSRS report seem to throw an error. It seems to load as I get the two scroll bars shown in the screen shot after I hit "view report" button, but for some reason, there is no report shown. The report works, as I tried it on the SSRS server itself and have no problems. Anyone know what I might be missing or causing this?

WPF Crystal Reports: Detect opening Subreport

I have a application with crystal reports wpf control. My application shows the current page number and the last page number of the report. This should also work for subreports.
Is there any event which tells me, when a subreport is opened?

Crystal Report Viewer in full screen mode

I am using crystal report viewer to display reports on web page. Crystal report viewer covers only 2/3 area of web page on right bottom.
Now client demands for an option to view report in full screen mode. e.g there should be some toggle button etc which will perform full/normal view functionality.
Any help regarding this, will be appreciated.

ASP.NET print controls and Microsoft and Dundes Charts in PDF

I am developing an intranet web application for my company and now I need to add Print Functionality that enables the admin to print some charts (either Microsoft Charts or Dundes) and GridViews in PDF. So is there any simple way to implement this functionality?
I tried to use iTextLibrary but it is very difficult to use and customize.
Microsoft Report Viewer controls? it is not direct printing but it only takes one extra click to export to pdf.

Is it possible to integrate a DropDownList control into CrystalReportViewer's Toolbar?

I have designed a Crystal Report using ASP.NET, now i want to integrate a DropDownList Control into CrystalReportViewer's toolbar along with export, print, zoom buttons.
I wrote following line of code to add it but DropDownList wasn't visible anywhere inside ReportViewer
myReportViewer.Controls.Add(myDropDownList);
what should be done for this?
No, it is not possible. You would need to create your own toolbar and hide the default Crystal viewer toolbar icons/features you replace.

Categories