Yes, adding a table to your report is as easy as adding a field. Just drag it from the palette and drop it into the report where you need it.
- Add a new table data source. I guess that was done.
- After setting up the data source, you can create your table user interface using the wizard.
- just click on or complete to close the wizard.
To add a parameter to the data set (if necessary), go to your data set using the report inspector. Expand your dataset. You will find the options menu. Right-click to add a new parameter.
Now right-click on your table and select edit table data source. Here you will find parameters for passing parameters to the table from the main report. Passing parameters to a table should be as simple as in sub-reports. Select the option you just created in the drop-down list and pass in the desired value. In the Define Dataset dialog box that appears, make sure that you are using the dataset and connection to the reports. You have finished setting up the table with this, then you put the fields in the cells of the table to display the data.
You get your document without pages, since the main report request does not return any rows that I assume. For your table to be executed, your main report must return at least a row
Hope this helps you.
Good luck !!
source share