Page 1 of 1
hide variable in designer
Posted: Wed Aug 05, 2009 12:11 am
by sw
Hi,
I am using variable in my template. But I do not want my user to be able to edit the variable. Is there a way to hide the variable from showing in the designer dictionary? In addition, could you please show some example on how to add system variables?
thank you,
sw
hide variable in designer
Posted: Thu Aug 06, 2009 8:33 am
by Jan
Hello,
You can add restrictions to report dictionary:
Code: Select all
report.Dictionary.Restrictions.Add("MyVariable", Stimulsoft.Report.Dictionary.StiDataType.Variable, Stimulsoft.Report.Dictionary.StiRestrictionTypes.DenyShow);
Thank you.
Re: hide variable in designer Using Java
Posted: Tue Dec 03, 2019 4:47 am
by MGS2516
Hi,
I am using variable in my template. But I do not want my user to be able to edit the variable. Is there a way to hide the variable from showing in the designer dictionary using java?
I tries above code showing errors.
Kindly help me on this asap.
thank you,
Re: hide variable in designer
Posted: Wed Dec 04, 2019 11:01 am
by Vadim
Hello.
In StiWebDesignerOptions you can set permissions for variables, for example options.getDictionary().setPermissionVariables(StiDesignerPermissions.View);
Re: Table showing as plain columns & rows without boarders or lines format
Posted: Thu Apr 16, 2020 12:45 pm
by MGS2516
Hi Team,
I am currently using the stimulsoft 2020/2019 versions,when I'm using table component for displaying the data source data in tabular format.But its showing table as plain i.e without boarders/columns rows lines.
Below i'm attaching the mrt file and screen shots for your reference.
Kindly help me on this asap.

- 1.png (120.01 KiB) Viewed 2735 times

- 2.png (87.19 KiB) Viewed 2735 times
Re: hide variable in designer
Posted: Fri Apr 17, 2020 9:12 pm
by Lech Kulikowski
Hello,
Please try to set Borders.
Thank you.