Report Control Data Bind |
Post Reply |
Author | |
Rafael
Newbie Joined: 26 November 2007 Location: United States Status: Offline Points: 28 |
Post Options
Thanks(0)
Posted: 24 January 2008 at 11:56am |
So, Is there no way to data bind a table to the report control? It Seems that I would have to loop through the table's column names and do Set Column = wndReportControl.Columns.Add(
Then when all the columns are added, add the records to a ReportControl collection with
wndReportControl.Records.Add()
If so, I guess this ain't so bad. But I would like to bind the Report Control collection to a data set or data view. Then just hide or disable columns and manipulate the table post bind. This could remove a lot of loopy code and process time. Maybe.
Thoughts Yall?
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |