Add/Edit table button

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

This form is used for creating report tables. The descriptions of particular table properties are in the following table:

 

Display name

The name of the table shown in the user interface.

Code name

Name used in your code.

Query

Here you can add the SQL query used to retrieve data to be displayed by the table.

Is stored procedure

Indicates if the query is a stored procedure or not.

Skin ID

ID of the .NET skin (stored in the .skin files in ~/AppThemes/<theme name>) which will be used for the table.

Enable paging

If enabled, paging will be enabled when the report table is displayed. The paging can be configured by the two properties below.

Page size

Number of table rows per page.

Page mode

Type of paging controls displayed below the table. The following options are available:

 

Previous-next buttons - displays buttons leading to the previous and next page
Page numbers - displays page numbers leading to the corresponding pages
Previous-next-first-last buttons - displays buttons leading to the first, last, previous and next page
Page numbers-first-last buttons - displays page numbers leading to the corresponding pages and buttons leading to the first and last page

 

More resources can be found at:

 

Developer's Guide -> Modules -> Reporting -> Overview
Developer's Guide -> Modules -> Reporting -> Creating a new Table

 

Page url: http://devnet.kentico.com/docs/5_5r2/contexthelp/index.html?report_table_properties.htm