Exago .NET API Documentation
ShowTabs Property (Api)
Example 
WebReports.Api Namespace > Api Class : ShowTabs Property

Whether to show the Tabs, including the User Preferences and  Context-Sensitive Help icons at the top of the User Interface. Useful for decluttering the interface when the Tab bar would not be necessary, such as when executing or editing a single report.

Syntax
public System.bool ShowTabs {get; set;}

Property Value

True: Show the Tab bar (default: True)
Remarks
Applies only when the Api Action is not set to Home (full User Interface) or Defaults to Home. Tabs are always shown in the full User Interface.
Example
api.ShowTabs = false;					// Removes Exago tabs
See Also

Reference

Api Class
Api Members