Previous Topic

Next Topic

Book Contents

Sizing a table

When you are producing a table, you might find it useful to know the number of rows and columns in the table in advance. To determine these dimensions, you could count the rows and columns returned to your query, and then write out the data:

CustomReportCodeSizingTable

Send Feedback