1- Click the Form button at the bottom right. If you can’t see Form button on your screen make sure Form Property is set to on at Form Actions.
2- Type a name for form and click button indicated at the screenshot.
3- Now, click the menu to expand and click Add New Field.
4- Enter any title for the field name. Set field type to Datasource. Set your query to SELECT * FROM DIZAYN WHERE UserTableID=1
We set where condition to ‘UserTableID=1’ because our query must return a result set before our report can be generated.
5- At the right-hand side, you will see the query. Expand query view and you will see fields of result set. Drag and drop fields onto the report canvas.
6- Now, in the design view select Data member at the right-hand panel.
7- Now you can update your querys where condition to UserTableID=$PuserTableID.
8- Add a button to your form to print. From Action Panel, set Action to “On Click” and Process to “Print”. From Form field choose your own form and turn Print Preview on. Now you use print out feature.