Use a Basic Repeater and pair it with a Query Datasource. The query datasource requires you to choose from a query which is in the system. To make this work, create or use an already created Page Type. Typically I use a page type with no database representation (or a container) and name it " < Your Name> Querys and Transformations". Then in the page type, add a new query. Your query can simply be
select ##TOPN## ##COLUMNS## from form_custom_formname WHERE ##WHERE## ORDER BY ##ORDERBY##
Name your query and save it. Then go back to the query datasource on your page and select the new query you created on that page type. In the basic repeater, place the ID of the query datasource in the property and set a transformation and you should be set.