How to Create Reports in VB.NET
Loading...
6,555
Loading...
Uploader Comments (mkaatr)
see all
All Comments (15)
-
thanx
-
well done sir! im looking forward on your future tutorials
-
As far as I could remember there used to be a function called bitblit - in vb6 - I assume that same function is also available in VB.NET. It provides fast copy operations between two images and allows you to specify transparency and stuff like that. I can't remember the details very well because I used that 9 years ago. But I am sure if you search msdn about it something would popup.
Loading...
hi mkaatr sorry my explanation was vague i wanted to design a report from Mon-to-Fri under each day i need place my column from za database underneath each day say from example under Mon i need to place 2 colum time-in and time-out and son. the other point is that how i make my report work out the UK working week and only collect data from my 2 columns above on weekly bases because im curently doing it on daily basis thank u in advance
sudani1969 3 months ago
@sudani1969
Not exactly sure how to do it, I might need to experiment a little bit with that.
But what you want to do is create a dataset that has the information. Each column represents a day, and you fill the rows with the details for each column (DAY)
then you create a report for that dataset, and render it.
yours
mkaatr 3 months ago
hi Mkaatr watching ur tut like mad i was woundering is it possible to generat report on a click of button data extract from dataset filtered by date and is it possible to add column name in reportview
thanks in advance
sudani1969 3 months ago
@sudani1969
Hi there...
I haven't tried that, but it should be easy, simply you could
1- change the fill method used to fill the dataset to perform the filter
2- use binding source to filter the dataset, but I haven't tried that
also what do you mean by adding coulmn name? You could customize how the report looks without a problem. could you explain more?
yours
mkaatr 3 months ago
hi can you pos on how to print using crystal report
deathpedal 4 months ago
@deathpedal
Hi there...
I am afraid I don't know how to use crystal reports.
sorry about that dude.
mkaatr 4 months ago