Resestting Variables
Posted: Fri May 18, 2007 6:28 am
Is there a way to reset all variables in a report to their default value ??
Thanks!
Thanks!
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.
https://forum.stimulsoft.com/
Code: Select all
foreach (StiVariable variable in report.Dictionary.Variables)
{
variable.Value = "";
}