|
-
Oct 7th, 2007, 12:09 PM
#2
Re: help on DATA REPORT dynamic fields
Not sure I understand what you want to do.
But if your asking if you can assign the Data Field property at runtime then the answer is, Yes.
rptAssessment.Sections("users_header").Controls.Item("name").DataField = "fullname"
"fullname" is a field from the Data Member property
I usually do this in Datareport "report_initialize" event.
You can also set the Datasource, Data Member properties and many other things.
Good Luck
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|