Page 1 of 1

Using enum value in a expression

Posted: Tue Jun 06, 2023 7:50 am
by pintegral
In the designer, we want to assign the value of a variable to the docker style of an image component. How to do that? The variable has to be integer or string? How to refer to the StiDockStyle values in the variable?

Thanks!

Re: Using enum value in a expression

Posted: Tue Jun 06, 2023 8:30 am
by Lech Kulikowski
Hello,

It can be the string with the following value:
Stimulsoft.Report.Components.StiDockStyle.Top (Left, Right, Bottom)

Thank you.