Labels can be printed on the current Windows printer by calling the Print() method, which has parameters to specify where on a sheet of labels to start printing, how many “records” to print labels for, how many copies of each record, and (for the benefit of sequenced labels) the value to start sequence numbering.
Each parameter can be entered directly into the Print() method parameter list, or a Print Options dialog may be displayed to enable the values to be entered.

By default the Print dialog is displayed showing the current record as the Starting at record, and set to print a single label. Checking the Print All checkbox changes these settings so that printing starts at the first record and covers all records currently available.
More: