Setting Column Properties in the Report Designer

Last Updated: 08/12/2016 Introduced in Verision: 2.0

Column widths, titles and other formatting options can be set in the Properties Panel of the Report Designer.  To adjust a column’s formatting options, select its header and modify settings in the Properties Panel.  To see these changes in action, click the Refreshing Preview button in the Report Designer or select the Run Report action in the portal.

Example

The goal of this example is to:

  1. Create a report and add columns to it.
  2. Set the width for two of the columns and preview them in the Report Designer.
  3. Run the report and view the columns with the set width.

To begin, go to the portal and navigate to a Designer Folder.  Click on the Create Report button and select Create Report.

createReport                       

In the resulting New Report pop-up window, give the new report a name and click Ok.

 nameReport

Define a data source for the report by dragging Folder Data Source to the Sources list from the Data Sources > Common category in the Toolbox Panel.

dragFolderDataSource 

Next, setup the results of the report, those columns that will be measured.  From the Folder Data Source category in the Toolbox Panel, drag Entity Name, Folder Type Name, and Nesting Level to the workspace.

 dragColumns

Next, resize the Entity Name column to be 250 pixels wide.  In the Properties Panel, under the Settings section, select the Width field and type “250”.

 entityName250

To see the change, click the Refresh Preview button.

 refreshPreview

The Entity Name column will be 250 pixels wide.

 entityNameResized

Next, resize the Folder Type column to be 250 pixels wide.  In the Properties Panel, under Settings section, select the Width field and type “250”.

 folderTypeName250

To see the changes, will click the Refresh Preview button.

 refreshPreview

The Folder Type column will be 250 pixels wide.

 folderTypeResized

This completes the report.  Save it and close the Report Designer.

 saveReport

Back in the portal, select Folder Report and in its Action menu, select Run Report.

runReport

 

The report will open in a new window where the user can see the Entity Name and Folder Type folders are both 250 pixels wide.

 runningReport

Additional Resources