[RESOLVED] Crystal Reports Viewer Studio 2010 settings
I'm writing a program using VB.net 2010 and need to create/view a Crystal report. I haven't done this since the VB6 days so I'm a little rusty. I found and installed the downloads for Crystal...
View ArticleCompare FineReport and Crystal Reports
FineReport reporting software for reporting data to show the complexity of the format and web reports by multi-source fragmentation, irregular grouping, two-way extension to easily drag and drop do...
View Articlehow to pass dataset values to ReportViewer run time
Hi I want to show all my data from my sql table in ReportViewer run time. Can someone tell my what I have to do? I have this code already Code: Dim SQLCode, TableName As String Dim sDs as DataSet...
View ArticleMultiple Records and Overlapping Time
A little background, I have inherited a software and a boss that wants to keep the current process for how they collect data at the user end. I have been tasked with how to make reports happen with the...
View Articlesorting data using CR 4.6
dear friends, i have some random data -- ------ ID NAME -- ------ P10 H P11 I P12 J P1 A P2 B P3 C when sorting data, i get the result like this -- ------ ID NAME -- ------ P1 A P10 H P11 I P12 J P2 B...
View ArticleRemoving Database Login Prompt of Crystal Report Viewer
Hi, I got some real problem... I was developed on Windows 8 (VS Ultimate 2013). my database is access (oledb). my computer is show when view event of crystal report..(doen't ask database login prompt)...
View Article[RESOLVED] data source' is not a member of 'microsoft.reporting.winforms.report
Hi, I am new here so hello and I hope I don't make a fool of myself. I have been sitting with this problem for days now and cannot find where I am going wrong. I am using VB2012, I have started a new...
View ArticleAdding conditions (time/date range) to report expressions?
Hey all, I'm really hoping that you can help me out. Curently working on an Access 2010 database that updates itself daily (VBA + macro) no problem. The next step I need to take is reporting a...
View ArticleCrystal Report asking for parameters
A Store procedure is of two parameters is user to display the report records it works in database. But when it called on the report at run time it asks for the parameter passing. I used the the...
View Articlepaste a set of formulas to the end of the columns (end unknown)
Good morning, all, Help!!! I am working on automating some reports we do, one step at a time. Right now I am trying to copy some code in columns e through l to the end of the sheet, but since I can't...
View Article[RESOLVED] How did I create a RDLC report? lol
ok dont laugh!!! Well over a year ago.. I created a whole POS system for my wife... well now she decided to start using it :) lol There is an issue on the rdlc file that is here work order sheet....
View Article[RESOLVED] Remove leading 0 and thousand symbol on formula
Hi guys: I have this formula Right("0000"&{FFJITMBP.FFJTIHI},8) This formula is ok the thing is it brings me 1,300.00 and i want it to be 1300 without decimals and , how do i do this on that...
View ArticleSubscription of SSRS report every Saturday morning based on invoice dates...
I am using 2013 SSRS extracting data from db2 (iSeries) I am trying to get my reports more automated by having subscription running on invoice date from Monday Friday and the report will be generated...
View ArticleHorizontal Grouping and Boolean to Image
Hi! I am stuck in a silly RDLC Report - I want them to be grouped horizontally - I am attaching screen shot - 1. i do not know why is the group name being repeated! 2. Also I want the expression True...
View ArticleCrystal Report 9 Looking for Hotfix
Is there anyone has cr90dbexwin_en.zip? I can't download it from: ftp://ftp.crystaldecisions.com/outgo...dbexwin_en.zip Any Help??
View ArticleVBA - Working in the background
I'm sorry. I tried to post this in the wrong spot. Hopefully, this will be fine. I know that you can tell the macro to do the work in the background and not show the changes till it is done, but I...
View Articlecrystal custom paper size
I am using crystal report 10 with code crxReport.PaperSize. There are values that you can choose but I want to create my own crystal report paper size. What I would like to achieve is I can use the...
View ArticleHow to limit number of groups (not records) per page
I'm trying to figure out how to limit the number of groups per page. My report has a group selection that group records according to lot numbers. Each group has either one or two records per group. I...
View Articlerdlc proplem in display after merging cells in tablix
I have a number of cells in a tablix. On one row, I am merging them into one long cell. When I do this I find that when I display the report the fist page is displayed correctly but the second and...
View ArticlePrint a report without display in a vb.net
Hi to all, I have this code to display a report in vb.net Code: CRViewer1.ReportSource = rpt can anyone tell me the way to print directly without display the report? Thanks Manuel
View Article