Stimulsoft Web Designer restrictions
found these properties quite handy when you want to give end user limited access when designing the report in web browser, especially when you want to hide the connection string credentials.
StiWebDesignerOptions.Dictionary.AllowModifyDictionary = true;
StiWebDesignerOptions.Dictionary.AllowModifyConnections = false;
StiWebDesignerOptions.Dictionary.ShowConnectionType = false;
StiWebDesignerOptions.Dictionary.AllowModifyDataSources = false;
StiWebDesignerOptions.Dictionary.AllowModifyVariables = true;
just put them before swdCustomReport.Design(report); in your code
1 comment:
Point that is made in this article are better and having such a best quality. I recommend to read this post for people in web designer topic.
Post a Comment