Today, we will discuss one important innovation in the Stimulsoft Reports, Dashboards, and Forms 2024.1 version - the ability to use the Ribbon toolbar in a single line.

Ribbon panel in the report designer

The Ribbon panel in the report designer is the top toolbar that contains various tabs: Home, Insert, Page, Format, and View. These tabs contain all the necessary controls and commands for creating, editing, viewing, and exporting reports and dashboards.

Classic Ribbon

What has changed?

Beginning with version 2024.1, it is now possible to alter the layout of the ribbon and display the UI in a single line. The classic ribbon layout has a notable drawback - the height of the Ribbon panel. When working with the report designer in a non-full-screen mode, the toolbar may occupy considerable space. Therefore, interface developers consistently encounter a dilemma between compact size and functionality.

We addressed this issue by consolidating all controls and commands into a compact size. Moreover, the one-line UI represents a contemporary approach to designing user interfaces in applications.

Single Line Ribbon

How do I switch the Ribbon panel to a single line?

To switch the toolbar to a single strip, you can utilize one of the following methods:

- The first option is to use the switch located in the lower right corner of the Ribbon toolbar.



- The second option is to set the Ribbon Layout parameter to Single Line UI in the Options window of the report designer on the GUI tab.



Additional Options

In version 2024.2 of Stimulsoft Reports, Dashboards, and Forms, special options will be available for installing either version of the Ribbon panel in the report designer before its initial start:

- In the reporting tools for ASP.NET, ASP.NET MVC, .NET Core, Angular, and Blazor applications:
StiDesignerRibbonType.DefaultRibbonType = StiDesignerRibbonType.SingleLine;
- In the reporting tool for Windows Forms applications:
StiOptions.Designer.Ribbon.RibbonLayoutType = StiRibbonLayoutType.SingleLine;
- In the reporting tool for JavaScript applications:
designerOptions.appearance.defaultRibbonType = StiDesignerRibbonType.SingleLine;
Note!

Regardless of the option chosen, when launching the report designer for the first time, the user will always be able to change the appearance of the Ribbon panel through the GUI tab or the toolbar itself. In this case, the value will be saved in settings or cookies (depending on the product), and the designer will use them the next time it is launched.
Creating interfaces that are visually appealing and user-friendly is the most crucial task in software product development. Stimulsoft developers continuously aim to follow contemporary trends and improve the usability of components.
By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.