
December 17th, 2004, 04:33 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
VB Data report question - Help
I have a set of reports that I have created using Report Designer and they seem to be great for simple listing but I am trying to do something a little more complicated. Is there any way to reference the values of the items listed in the Detail section. I want to us one of the values in the report to display a calculation for each row. I am able to add a label to the detail section and set the value of the label at runtime but I can't figure out how to grab the value of the text fields for each row. Can this be done?
The report is bound to a data environment command.
Any suggestions would be greatly appreciated
Update - I found that rptHSSItemTrends.Sections("section1").Controls.Item("TXTITEM_TYPE").DataField allows me to grab the name of the record set field but not the data in the field
|