Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
You can use string variable directly in query. For example:
select * from {myvariable}
select * {myvariable}
{myvariable}
After then you fill variable using standard methods.
If you change variable in internal Dialog Forms then you need use method
Connect of datasource and need set property ConnectOnStart of DataSource to false.