Print Page | Close Window

Report Control Data Bind

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=9406
Printed Date: 10 November 2024 at 5:40am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Control Data Bind
Posted By: Rafael
Subject: Report Control Data Bind
Date 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?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net