Differences between revisions 1 and 2
Revision 1 as of 2010-03-05 18:04:02
Size: 130
Editor: 24-183-238-75
Comment:
Revision 2 as of 2011-06-15 17:23:41
Size: 316
Editor: 71-87-243-84
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Reports will be designed much like the forms in the sense that they will be modular sub-reports. The top level of a report will have a BindingSource as a datasource. Any filtering at this level needs to be done by setting the BindingSource.DataSource to a set of rows returned from a select on the data table.

Passing a parameter to a sub-report will be shown in a video soon!

Reports

Design

The top level of a report will have a BindingSource as a datasource. Any filtering at this level needs to be done by setting the BindingSource.DataSource to a set of rows returned from a select on the data table.

Passing a parameter to a sub-report will be shown in a video soon!

ArchaeologyProject/ReportModels (last edited 2011-06-15 17:23:41 by 71-87-243-84)