Topic by Ganesh Raju
Hi guys,
I have scenario to open the custom report using its name.
Now i am able to open the custom report using its Id as mentioned below, which is well and good, but i need to open the custom report using its name.
Using ID:
_globalContext.AutomationContext.RunReport(124, reportFilters);
Can you please guide me on this.
Note: I am using C# for interacting with RNT.