Is there anyway in which we can pass the class details and the report name dynamically to the table layout in the section where the data source for the table is RD?
The best practice is to leverage the data page as the source in the table layout and try to add conditions in the data page to fetch the results from the respective Report definition rule based on the context.
Yes, you can pass class details and report names dynamically to a table layout where the data source is a Report Definition (RD).Create parameters in your report definition for the class details and report name.Ensure that your RD query is designed to accept parameters. These parameters will then filter the data accordingly.In your table layout, bind the class details and report name parameters to their respective properties or columns.When invoking the report, pass the class details and report name dynamically.

