how display data in crystal report in vb.net - crystal-reports

I am creating an application in vb.net i m having problem with displaying multiple rows it shows too much space between two rows of data.
please help me..

Take a Lok at this (Marcoratti)web:
1.VB NET+Cristal
2.VB NET+Cristal

Related

Display data horizontally with subtotal

I am modifying the crystal report design to display the data horizontally.
Here are the sample data:
I would need to group the data by Year and then Class, and the final output for the Crystal report should be as follows:
I would show this result in one page by landscape orientation. Please help advise how can I achieve this with Crystal Report. I have searched for Cross-tab function, but I still get no idea how to show the group header and sub-total. Thank you so much for the help!

crystal reports and custom sorting 2

Help please
I have a project at school to create crystal report
where I have three columns [itemcode---price----Change]
Item codes has five different codes and all I need is how do I sort two of those items
say cu-8967 and mp-7865 this applies for all CU and MP items and under changes calculate
their differences.
Any guidance would great appreciated .
Thanks.
You can do it by using crystal report formula.
write a formula like
totext({itemcode},"00",0)
and then drag and drop the formula where you want to show the result.

Fixed size of detail block regardless of row count

I am trying to design an invoice where the detail block with rows of data will be fixed size. I'm using iReport 5.6. After the detail block, there will be subtotals and totals. A detail block can span multiple pages. Anyone got any idea? I am new to iReport. I tried myself and searched a lot. But no luck. Can anyone help me please?
Here is a sample invoice.
I am trying to make a table like this.

How to display multiple resultset of a dataset in textbox

In one of my report datset returns more than one output for a query since the ouptut will be displayed in textbox where it can fetch more than one row report is getting failed. can someone help me on this. can we use listbox to overcome this problem .iam using ssrs 2008.
Appreciate your help on this.
A Table control, or a List (which is, technically, just another table) should work just fine.

I am not getting data out of a fixed range in crystal report?

In my crystal report, I am actually filtering the data based on start date and end date.
But I am not getting data out of a fixed range(1-1-1985 to 31-12-2009).
Data I am getting is directly from DB table, I am not calling any procedure.
I checked all possible way to restrict/filter the data, I could not find anywhere they are filtering in the report.Still I am getting data from 1985 to 2009.
I am using Crystal Report 8.0.
Any idea how and where the data can be filtered out??
Thanks in advance for your time.
I did the following and now it is working fine.
Menu=> Database>Show SQL Query...>Reset
then I saved the report.
It is working fine now.
I feel it is a bug in Crystal Report or may be the behavior of the software(because I am new to crystal report).