Fabric's Reports application provides various controls that enable representation of your data in many different ways. Examples for such controls are:
The reports can be created using numerous types of layouts:
Click here for the list of demos describing various ActiveReportsJS layout features.
There are 2 ways for implementing data binding in a tabular report layout:
Selecting the data set fields and dragging-and-dropping them into a report page - as in the following display:
Dragging the Table control from the report's toolbox. In this case, you still need to connect the table with its respective data set fields - as in the following display:
The next step should be table formatting, which may include formatting of the cells' font size, color and alignment, for both detail and header rows.
All of the above activities are done on report items, using the Properties panel that is located on the right side of the report designer. Clicking on each report element (cell, column, detail row, header column, table) displays its properties.
You can also create grouping, summarize the data on a group or header/footer level, apply conditional formatting, apply interactive sorting, create bookmarks and jump to them, and more.
Once the table is added to the report page and data binding is in place, you need to click on Preview to see the report layout with the data, following the design.
The below example demonstrates several features of a tabular report:
Click here for the full user guide of Tabular report creation.
Fabric's Reports application provides various controls that enable representation of your data in many different ways. Examples for such controls are:
The reports can be created using numerous types of layouts:
Click here for the list of demos describing various ActiveReportsJS layout features.
There are 2 ways for implementing data binding in a tabular report layout:
Selecting the data set fields and dragging-and-dropping them into a report page - as in the following display:
Dragging the Table control from the report's toolbox. In this case, you still need to connect the table with its respective data set fields - as in the following display:
The next step should be table formatting, which may include formatting of the cells' font size, color and alignment, for both detail and header rows.
All of the above activities are done on report items, using the Properties panel that is located on the right side of the report designer. Clicking on each report element (cell, column, detail row, header column, table) displays its properties.
You can also create grouping, summarize the data on a group or header/footer level, apply conditional formatting, apply interactive sorting, create bookmarks and jump to them, and more.
Once the table is added to the report page and data binding is in place, you need to click on Preview to see the report layout with the data, following the design.
The below example demonstrates several features of a tabular report:
Click here for the full user guide of Tabular report creation.