How to create a Crystal Report on a Single Page?
Sorry to ask this silly question, but I'm a newbee to .NET Environment, I know how to call a Crystal Report in ASPX using C#, but the problem is, I want to pass @Parameters to the report from the Page,...
View ArticleMy rdlc report doesn't show Print Button
Hi,my rdlc report doesn't show print button though I have showPrintButton properties True<rsweb:ReportViewer ID="ReportViewer1" runat="server" BorderColor="#0066FF" BorderStyle="Solid"...
View ArticleHow to use interactive sorting in rdlc Report in C# Asp .Net VS 2010
Using the below Step i have try for shorting column but not success1. On the report design surface, in a table with no groups, right-click the text box in the column header to which you want to add an...
View ArticleCrystal report not viewing after publish asp.net page
hai, Crystal report not viewing after publish asp.net page i am using .net framework 4.0 vs2010 sap crystal report i nstalled CRRuntime_32bit_13_0 on my machine pls help me to clear this...
View ArticleDisplay image in crystal report.
I have to display image in crystal report. Image is strore in image folder and path is store in database.
View ArticleCrystal Reports - forcing next page
Hello everyone;I have a crystal report in my program (using VS 2008, SQL Database) to print a corporate check (standard STUB/CHECK/STUB format). On the STUB, it prints out all of the invoices that the...
View Articleshow decimals exactly as they are
Hi,is there any way to show decimal numbers exactly as they are?for example I want to show 169.50 not 170and 0.2589exactly 0.2589Thanx
View Articlecrystal report issue after print
Hi,I am from hyd,i am working on asp.net application with crystal reports,when I generate button,crystal Report is generating success fully,then i am pressing print button button,now print window is...
View ArticleCRystal report populated at run time
Hi,This is the first time I'm working with crystal reports. What i am trying to do is crating a single crystal report which populated at runtime using with select command therefore I write the code...
View Articlecreating a dynamic crystal report with asp.net 2.0 i.e., VS 2005
Hi,I have a procedure where the number of columns in not constant. It changes based on the search criteria.Now i need to build a crystal report based on the result of that stored procedure.I am never...
View ArticleHow to pass query to sub report of Crystal report from asp.net
HiI have written code for passig query to sub report from asp.net,c#.but the query displays all the records even if i give where cluase in sql queryPlease refer the code belowprotected void...
View ArticleHow to print all page in RDLC report using JAVASCRIPT? or any other way
Hi all,I am using ReportViewer in ASP.net 2.0. It was a local Report and bind data from Dataset. It was workd well . But , My problem was, when i need to go print , i cann't do it. I searched google...
View ArticleTo hide a section of Crystal Report Programmaticaly
I wanted to hide a sectionof crystal Report progarammatically using a formula. How is it possible?
View ArticleGet Crystal Report data in session
I have noticed that crystal report runs the Linq query once again when the page index is changed, means when we load second page from first page? So just wanted to know if we can get which page is...
View ArticleHelp needed with CR 12
Hi everyone,I want to do reporting in CR 12 since my web server supoorts only CR 12.I tried to do the reporting using VS 2010 but the output is in CR 13 version.I tried VS 2008 but the output is in CR...
View ArticleUpdating existing formula causing issues with unrelated formula
Hi allhave a weird issue here. I am currently running Crystal Reports 2011. I have a multiple totals fields which totals up different payment types. I updated one of these payment type totals and now...
View ArticleCrystal Report Error
Hai all, Crystal report show an error after publishing5/22/2013 4:47:28 PM Report Viewer Page Load :-CrystalDecisions.Shared.CrystalReportsException: Load report failed. --->...
View ArticleHow to pass value from Report Footer to Report Header in Crystal Report
Dear All I am using crystal report which comes with VS 2008. In my report I have a column called Status. My status can be Active,Inactive and Closed. Our Client needs the summary asNo. Of...
View ArticleMulti Page
Hi All,Actually my report is, i have to print 30 values for 1000 members. But Per page i should print oly 25 members as well 10 values per person. Here values should come as horizontal. and members...
View Article