Division CR report to two parts every part with diffrent Quary
Hello, I have report on Crystal Report I would division it to two parts right and left, every part with different query for example the right side will be (Select Product_Name, Price from tbProducs...
View ArticleLink DataGridView to CrystalDecisions Report
In my Visual Basic 2010 project, I have a form named "frmViewReport" containing a CrystalDecisions CrystalreportViewer which I plan to use to display all my reports. In my report generating form I have...
View ArticlePrint Odd-Even Pages in ReportViewer
I don't find the Print Odd Pages, Print Even Pages options in PrintDialog Box while attempting to print with Reportviewer. (VB.Net 2008) But I want this option. How can I do that ?
View ArticleExporting output from a stored procedure to be viewed as a report in an Excel...
My stored procedure returns data that is to populate fields in an Excel file. The data is to display in a grid on the user's monitor screen so that the user can review it before printing, viewing as an...
View Articlecrystal reports are not opening
Till yesterday my project was working file with crystal report I hv vb.net 2012 and crystal reports but now its giving me error as following... System.Runtime.InteropServices.COMException was unhandled...
View Article[RESOLVED] Exporting output from a stored procedure to be viewed as a report...
My stored procedure returns data that is to populate fields in an Excel file. The data is to display in a grid on the user's monitor screen so that the user can review it before printing, viewing as an...
View ArticleTotal at the end of Report
hi to all I m working on Crystal report 2008 ,..and I wanted to know the total of values at the end of report..can any one give me brief idea .. for example I need like this productid product price 1...
View Articlecount on crystal report
Select count(id) from table where company_id='"& textbox.text &"' How i can formulate it in crystal report? i've formulate in SQL Expression Field - Selection Formulas - Group Selection but...
View Articlei am new with vb.net 2008 to develop Reports
Hello Experts; Good day. I want to generate the rldc report with parameters using. The database is used is .mdb. I design the report by using wizard and set parameters names. When i run the select...
View ArticleCrystal Report very slow on first load
Hello, I have a piece of code that prints an empty page. Code: Private Sub pnKassa_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles pnKassa.Click Me.Cursor = Cursors.WaitCursor...
View ArticleSpecial Formating in RLDC report Field
Hello Friends; I want to format a number which shown in the report at runtime. I have a number 1,2,3 but i want to show as 0001, 0011 and so on. i use in expression like =...
View ArticleNeed to Automate in Crystal Report
Hi All,,,, i am currently working on Crystal Report which takes data from sql database,, Now i have around 100 reports in my hand and in each report i need to set printer setup to a particular size say...
View ArticleHelp with MyNeoReport
Hi guys... Im wondering if anyone reading this has used MyNeoReport before. I have posted a few times in this form trying to get a receipt to print and now I am trying to use MyNeoReport to do so. I am...
View ArticleReport Viewer - Accessing DataSet1
Greetings, New Member and First Time Posting... I created a Visual Basic Application using Visual Studio 2013. I do not connect to a database, but instead read in an XML file and have the contents...
View Articleinsert multiple page ole in crystal report using vb6
Pls help I am using multipage word document as ole object in crystal report8.5 but only first page is displaying and rest of the pages are not displaying. kindly provide a solution to diplay all pages...
View ArticleHiding duplicates does not hide them from totals!!!
VS 2010/VB.NET/ReportViewer Hi, I hope I will get help in here as this is driving me crazy! I use the following in the Visibility section to hide duplicates: Code: =Previous(Fields!XYZ.Value) =...
View ArticleLineObject Height
Hi, using crystal report in vb.net 2010 & 2012, my problem is the height of the Line Object control. All I want to happen is make the height of Line Object base on the height of the paper even how...
View ArticleAdd New Field
Hi This is the below code . I want to add 1 more field to query . Problem is after adding field in query i want that Database Fields in designer should also update which is not happening. Code: Private...
View ArticleProgrammatic Page Setup
Hi, I have an RDLC report my users need to print on two kind of pages; A4 (Landscape) and A3 (Portrait) At the design time I setup the page kind and margins as: Layout1: "A4 Landscape, Left/Right 3mm,...
View ArticleWhy my Crystal Report sections are off
Hi. I added a crystal report and attached data with it but my report 2 sections are off. I mean that anything i add on these 2 sections, does not appear on runtime. Please guide me. Attached Images
View Article