Styles in FastReport .NET

2016-02-06

In this article, I would like to talk about the use of styles in FastReport .NET. Indeed, many people underestimate this feature. They think that styles helps bring documents to a unified specie.

Almost every user faced with a text editor Microsoft Word. And most know that styles help instantly change the appearance of objects (such as titles).

FastReport .Net also allows styles to bring individual objects or groups of objects to uniformity. The practice of style greatly accelerates the development of reports.

So, open the report designer. The toolbar Stiles is located on the tab Home:

 

There is the drop-down list that allows you to choose the current style. To apply the style you need to select an object or group of objects. Then select the desired style from the drop-down list.

To open the Style Editor, use the icon below the drop-down list:

In the Style Editor, you can add, delete, and edit. In addition, you can save a set of styles file * .frs, and then load styles from this file to create another report. This is very useful if you are developing many reports in the same style.

Style allows you to:

  • set the object frame. This can be a whole frame and one or more lines to choose from. Also, is defined style, thickness and color of lines;
  • Set the fill color. This can be not only a solid color, but a gradient or hatching;
  • Set the font. Traditionally, you can set the size, style, alteration;
  • Set the font color.

For example, apply a style for headlines data in the report Master-detail:

 

Bands also have property Style. This means that it is possible to apply the custom styles. But let's turn our attention to the property EvenStyle. Because of this property we can set style for even rows in the table.

Create another style with a light gray fill. Choose a band with the data (in our case, a detailed band data). For the property EvenStyle select created style. Preview the report:

 

Admit this is a very simple and effective. Thus, using the styles in your reports, you will: accelerate the creation of the report, achieve a uniform design of report objects, and improves the appearance of the lists through the property EvenStyles.

.NET .NET FastReport FastReport
08 de abril de 2026

Novos recursos para trabalhar com bandas no Designer do FastReport .NET

Na versão 2026.2 do FastReport .NET foi adicionado o recurso de alterar a ordem das bandas diretamente no Designer, simplesmente arrastando e soltando-as com o mouse.
07 de abril de 2026

Como conectar um plugin ao Google Planilhas no FastReport .NET

Neste artigo, veremos como começar a usar o Google Sheets (Planilhas) no FastReport .NET. você aprenderá como configurar o acesso à API por meio do Console do Google Cloud, criar e conectar o plug-in.
06 de abril de 2026

Como configurar novos modos de renderização de QR code no FastReport .NET

Neste artigo, veremos como substituir os módulos de código QR padrão em FastReport .NET em formas decorativas: círculos, estrelas, hexágonos e outros.