Hiding Action Bar
Posted: Fri Jul 10, 2020 1:21 am
Hi,
we've integrated Stimulsoft dashboards.web into our web application which seems to have gone well. In our instance we take control of supplying the data sources from our SQL server through our application so have hidden many of the native controls for adding data sources, which we have done with the settings below. However we cannot seem to hide the action bar in the dictionary (just below the dictionary title). Is this possible to be hidden?
//
StiWebDesigner1.ShowSaveDialog = false;
StiWebDesigner1.ShowFileMenuSaveAs = false;
StiWebDesigner1.ShowFileMenu = false;
StiWebDesigner1.ShowNewPageButton = false;
StiWebDesigner1.ShowNewDashboardButton = false;
//
StiWebDesigner1.PermissionBusinessObjects = StiDesignerPermissions.None;
StiWebDesigner1.PermissionDataColumns = StiDesignerPermissions.View;
StiWebDesigner1.PermissionDataConnections = StiDesignerPermissions.View;
StiWebDesigner1.PermissionDataRelations = StiDesignerPermissions.None;
StiWebDesigner1.PermissionDataSources = StiDesignerPermissions.View;
StiWebDesigner1.PermissionResources = StiDesignerPermissions.None;
StiWebDesigner1.PermissionSqlParameters = StiDesignerPermissions.View;
StiWebDesigner1.PermissionVariables = StiDesignerPermissions.View;
we've integrated Stimulsoft dashboards.web into our web application which seems to have gone well. In our instance we take control of supplying the data sources from our SQL server through our application so have hidden many of the native controls for adding data sources, which we have done with the settings below. However we cannot seem to hide the action bar in the dictionary (just below the dictionary title). Is this possible to be hidden?
//
StiWebDesigner1.ShowSaveDialog = false;
StiWebDesigner1.ShowFileMenuSaveAs = false;
StiWebDesigner1.ShowFileMenu = false;
StiWebDesigner1.ShowNewPageButton = false;
StiWebDesigner1.ShowNewDashboardButton = false;
//
StiWebDesigner1.PermissionBusinessObjects = StiDesignerPermissions.None;
StiWebDesigner1.PermissionDataColumns = StiDesignerPermissions.View;
StiWebDesigner1.PermissionDataConnections = StiDesignerPermissions.View;
StiWebDesigner1.PermissionDataRelations = StiDesignerPermissions.None;
StiWebDesigner1.PermissionDataSources = StiDesignerPermissions.View;
StiWebDesigner1.PermissionResources = StiDesignerPermissions.None;
StiWebDesigner1.PermissionSqlParameters = StiDesignerPermissions.View;
StiWebDesigner1.PermissionVariables = StiDesignerPermissions.View;