Question
Acel solutions pvt ltd
Acel solutions pvt ltd
IN
Acel solutions pvt ltd
Posted: Apr 10, 2024
Last activity: Apr 26, 2024
Last activity: 26 Apr 2024 8:58 EDT
Closed
Solved
How to dynamically pass report name and report class in the table.
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?
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.
Hi......@SagarKanchan2911
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.