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.
thanks for your help
i have another question if i have a three chekbox in a report and want to chek on of them with chose command what i must doing
{Choose(rest.rest,checkbox1.checked,checkbox2.checked, checkbox3.checked)}
something like this
thanks for your attention
hi
i explain it with programing language
if rest.rest=1 then checkbox1.checked=true
else if rest.rest=2 then checkbox2.checked=true
else if rest.rest=3 then checkbox3.checked=true
thank for your help
thank you
i create a text box that include a code in that "{Choose(rest.rest, 0, 1, 0)}"
i create this text box in databand if rest.rest is equal to 2 th texte box show 1 in other situation text box show 0 number now i want to count the text box that have 1 on it but when i write a text box in footer i see a error that say a text box is not member "i want to count that text box have a 1 on it"
thank