Stimulsoft.Reports.Web.NetCore StiDesigner HideConnectionString
Posted: Wed May 06, 2020 1:00 pm
Hello,
Is it possible to hide/mask "connection string" of a specific connection by its name?
I tried to set "DenyEdit" restriction for the connection but didn't apply:
Is it possible to hide/mask "connection string" of a specific connection by its name?
I tried to set "DenyEdit" restriction for the connection but didn't apply:
Code: Select all
report.Dictionary.Restrictions.Add(ReportingConstants.ConnectionName, Stimulsoft.Report.Dictionary.StiDataType.Database, Stimulsoft.Report.Dictionary.StiRestrictionTypes.DenyEdit);