Crystal Reports :: No Icon On Toolbar Only X

Jun 22, 2010

I have a problem with Crystal Report, to be exact in correct showing of the toolbar in internet explorer:

1.I can see the toolbar but no icons only X- which means that there is no picture or the action is not active.
2.On the server on which this application stands - we have VS 2010 i CR(4_0_30319) installed
3.In the earlier versions CR was simple because I had catalog: /aspnet_client/System_Web/2_0_50727/I , here all the files and everything else worked correctly
4.and now by VS 2010 and new CR i have /aspnet_client/System_Web/4_0_30319/ and its empty.

View 1 Replies


Similar Messages:

Crystal Reports :: Adjust Width Of Toolbar?

Mar 24, 2010

I want to adjust the toolbar which are coming when i include the crystal report in web form. It look proper in mozila browser but in IE-8 it is not look well its width is not in proper way it is increase.

View 1 Replies

Crystal Reports :: Red X In Toolbar - Image Disappears

Apr 25, 2010

The Crystal Report worked fine in the localhost,but when i deployed it,the images disappeared, and instead of this appeared Red X image,and The Print and Export buttons didnt work too Note:i deployed it on the internet Not IIS

View 9 Replies

Crystal Reports :: Toolbar Buttons Are Not Working

Mar 12, 2010

I'm using vs2005 asp .net using c#and i using the crystal report viewer to create my report and preview the report using crystal report viewer. When i run the application, i can preview the report well in the form, but when i click any button of th tool bar then a blank page is getting displayed.

View 5 Replies

Crystal Reports :: Toolbar Not Displaying - CR 2008 And 3.5

Dec 7, 2010

I have a crystal report viewer on .aspx page. When the report is loaded, the report shows but toolbar not displaying, no buttons, borders or scrollbars.But with reports which open in new blank,everything's fine..the toolbar, buttons, borders and scrollbars all show perfectly.

View 3 Replies

Crystal Reports :: Toolbar Not Working - Incorrect Log On Parameters?

Dec 17, 2010

My report is displayed without any problem. However, when I click on the button from my crystal report viewer toolbars I get the error. Note : the toolbars is working fine on my local machine.

Error message : Logon failed. Details: mscorlib : Could not find a part of the path 'C:Documents and SettingschiaMy DocumentsVisual Studio 2008WebSitesSafety Permit System
ptLoad_ConfineSpace_Summary.xml'. Error in File C:WINDOWSTEMP
ptPrintSummaryConfineSpace
{965CF937-D48C-483A-AC32-198A790880A6}.rpt: Unable to connect: incorrect log on parameters.

View 14 Replies

Crystal Reports :: Buttons On Toolbar - Empty Output?

Feb 2, 2010

I'm building crystal reoport XI 2 on visual studio 2008 the datasourcse of report is dataset and it works for the first time but when i click on next page button or any other buton on the toolbar the report becomes empty I tried to but the dataset at the page load it doesn't work i tried also to put the reportviewer report source at the page load the report retrive date but at the next button it only give the second page.

View 2 Replies

Crystal Reports :: View Toolbar Not Showing Correctly

Sep 27, 2010

Crystal report view tool bar is not showing correctly. Instead of toolbar there is text "Submit Query"

View 2 Replies

Crystal Reports :: Printing Directly Without Using Toolbar On CrystalReportViewer?

Jul 21, 2010

I have been using Crystal Reports again after a few years of using SQL Reporting Services so I'm a bit rusty. I have a couple of reports which work ok but dont require the viewer or toolbar. Is it possible to either have a custom print button or to just go straight to printing the reports without going through the viewer first? Also when I print from the toolbar it then saves and displays the report as a pdf instead of printing the report directly, can I change this?

View 4 Replies

Crystal Reports :: Toolbar Images Not Displaying In Production Server

Sep 23, 2010

Crystal Reports Toolbar Images not displaying in the production server.

View 3 Replies

Crystal Reports :: Export / Print From Toolbar Just Displays Reportviewer Webpage Again

Jun 10, 2010

I'm having issues using the Print/Export functions from the CrystalReportViewer toolbar in Visual Studio 2005. In some cases, the print/export dialog window is simply replaced with the report page, instead of exporting/printing the data. Based on a dropdown box, the Report Document is loaded with a different report file:

If ddReport.SelectedValue = "Report-1" Then rptDoc1.Load(Server.MapPath("/Reports/Report1.rpt"))Else rptDoc1.Load(Server.MapPath("/Reports/Report2.rpt"))End If

View 1 Replies

Crystal Reports :: Toolbar Print Button Not Working In Google Chrome Browser

Mar 1, 2011

I am create crystol report in asp.net in visual studio 2010 but crystol report toolbar Print Button Not working in Google chrome brouser

View 2 Replies

Crystal Reports :: Viewer Toolbar Button Control - Microsoft JScript Runtime Error

Nov 2, 2010

I am working with crystal reports. I created a button on crystal report viewer toolbar using the following code protected void Page_Init(object sender,

EventArgs e)
{
Control ts = CrystalReportViewer1.Controls[2];
if (ts.ToString().Contains("ViewerToolbar"))
{
ImageButton BtnExport =
new
ImageButton();
BtnExport.ID = "BtnExport";
BtnExport.ImageUrl = "images/pdf.png";
BtnExport.Click += BtnExport_Click;
ts.Controls.Add(BtnExport);
}
UpdatePanel UpdatePanel1 =
new
UpdatePanel
();
System.Web.UI PostBackTrigger trigger =
new System.Web.UI.PostBackTrigger ();
trigger.ControlID = "BtnExport";
UpdatePanel1.Triggers.Add(trigger);
}

My problem is whenever I click the button to export the report, it shows an error like below: Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near .....

View 7 Replies

Crystal Reports :: Either The Crystal Reports Registry Key Permissions Are Insufficient Or The Crystal Reports Runti?

Aug 5, 2010

When i run the application locally it works fine but when i publish it n access from it it gives the error asEither the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

View 2 Replies

Visual Studio :: Format Document Icon To Add To Toolbar In 2010?

Aug 25, 2010

For years now, I always added the "Format Document" icon to my HTML Editing toolbar. It always was difficult to find this in VS2008 and VS2005. It seem it has been completely eliminated in VS2010.Does anyone have any idea where is might be in the Customize toolbar myriad of commands?I realize it is available under the Edit drop down menu as well as keyboard command Ctrl K, Ctrl D. But is is just so much more helpful to put it on the toolbar.

View 4 Replies

Crystal Reports :: Integrating Crystal Reports XI(stand Alone Reports) With Web Application?

Jun 13, 2010

I'm new to Visual Studio.NET . I need to integrate the crystal reports into an ASP.NET application. I generated Crystal report with the help of crystal report XI developer edition(Stand alone version and NOT from the one which comes from visual studio).

How to integrate this report with the web application.

View 1 Replies

Crystal Reports :: Calling Reports Developed In Crystal Reports 8.5 In VS2008?

Jul 16, 2010

We have quite a few reports which were developed earlier in Crystal Reports 8.5. We are now planning to use these reports in our web application developed in VS 2008 (C#).

What dlls are needed for calling 8.5 in the application and how should they be added to the application while shipping it to the client?

They are also struggling to get the code running. Would also need the code to call the report with parameters.

View 9 Replies

Crystal Reports :: Passing Parameters In Crystal Reports Dynamically Selected By Users

Apr 6, 2010

I have already generated crystal reports but i've made them static. but now i want to make the user to select the criteria for generating the reports. for eg., in one of them i want to show monthwise data so user should be able to select the month and year and that would be passed as parameter and compared to the existing data. provide me with proper exact code that can be used for giving parameters in such a report using C#.

View 3 Replies

Crystal Reports :: While Adding Add Reference It Showing Crystal Reports Version 10 Instead Of 11

Jan 4, 2011

In my system Visual studio 2008 with sp1 and Crystal Reports XI Release 2.In Visaul studio 2008 ,while adding add reference it showing crystal reports version 10 instead of 11.How to solve the version problem.

View 1 Replies

Crystal Reports :: Deploy Crystal Reports On Remote Server Without Running MSI?

Feb 15, 2010

I am considering using Crystal Report 2008 as my tool of creating reports on my webpage.The only problem which I'm facing is that I have no control of the remote server which hosts my site (besides uploading files). I can't run a MSI to deploy the CR runfiles.I can't find anywhere in the CR user manual of how to deploy the runtime files without running the msi, and I'm not even sure it's possible.Have anyone deployed CR 2008 without running the MSI and without having to register any files?

View 8 Replies

Crystal Reports :: Increase String Size In Crystal Reports For VS 2010?

Sep 1, 2010

I have a field in my dataset with type nvarchar(1000). when I link it to crystal reports, it converts it to a field of type string with length set to 100. As a result of that, the string in that field is being truncated on the report. How can I increase the string length to 1000? (I already checked the "Can grow" option).

View 3 Replies

Crystal Reports :: How To Run Crystal Reports From Web Server Having .net Framework 2.0 Installed

Feb 9, 2010

I have developed few crystal reports using VS.2005 and now i want to deploy the same on my web server which is running Windows 2003 server and got installed only .net frame work 2.0.... so now i want to know how can i run those reports successfully and i have downloaded CRRedist2005_X86.msi and even crXIsp3 and 4 _net_server from business objects page and i do have Crystal Reports XI original CD.... while by using them can i run crystal reports on my web pages.

View 1 Replies

Crystal Reports :: Generate Crystal Reports Through Query String?

Jun 15, 2010

I want report generted based on value from querystring.

View 3 Replies

Crystal Reports :: Crystal Reports Error When Publishing A Website On To The Web

Feb 4, 2011

Crystal

Reports Error when publishing a Website on to the Web Server---- The type initializer for 'CrystalDecisions.Shared.CrystalReportClientScriptManager' threw an exception

View 3 Replies

Crystal Reports :: Crystal Reports Basic (for VS 2008 Ver 10.5) Vs C. Reports For 2.0 (ver 10.2.36)?

May 27, 2010

I'm working on a site that ws developed using VS 2005 and the server where the site is running has Crystal Reports for .net 2.0 (ver 10.2.36)I will be making changes. I just ported the website to my local computer, and build the site using VS 2008, that comes with Crystal R. Basic.I haven't tested all the functionality of the site, so I'm not sure since all the pages that use C. Reports work ok.My main concern is about publishing the site I compiled to the server. Will things work, if I have Crystal R. Basic and the server has Crystal R. for .net 2.0.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved