Active Reports Table Row Height

Pieter de Vries

Hi I am new with active reports and I am using a trial to find out if I can use it.

I have a table in my report with a header detail and footer row. The problem I am having is that, I have a description in one of my columns and the description can be 1 or more rows of text.
I can't be set as a fixed height for all the rows because I might have one row with 10 words in it and another row with 50 words.

So how can I make the row height be set auto.

Thanks

Sankalp1984

First thing which you want to make sure is that you are currently using a CPL report rather than FPL report. The fixed page layout (FPL) reports does not allow growing of controls and therefore the table will not automatically grow to accommodate the long text. So I suggest you to try these steps.

  1. With the designer open in Visual Studio, go to the Report menu and select "Convert to CPL" option.

  2. After conversion, select all the cells inside the table and make sure that their CanGrow property is set to true.

Once you make these changes, the table will automatically grow to fit the long text inside it.

In addition to this, I recommend taking a look at this and this links to learn more about CPL and FPL report types.

I hope this helps.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Unable to set row height equal to table height

From Dev

Reducing HTML Table Row Height

From Dev

Auto height of table-row

From Dev

Change table row height - Bootstrap

From Dev

Table with dynamic row height issue

From Dev

Table with dynamic row height issue

From Dev

Table with variable row height in tkinter

From Dev

combine rows of table into one row in crystal reports

From Dev

UITableView deleting row reduced table row height

From Dev

Table active row scrolling the scroll bar

From Dev

how to restrict html table row height in WebGrid

From Dev

TCPDF - Is there a way to adjust single table row height?

From Dev

Overflow for div with 100% height inside of table row

From Dev

CSS Table set max row height

From Dev

In HTML Table: How To Manage Tables Row Height?

From Dev

Responsive height div cells in table with row span

From Dev

TCPDF - Is there a way to adjust single table row height?

From Dev

Inbox Table Like Gmail - Fixed Row Height

From Dev

Increase table row height in existing pdf

From Dev

CSS - setting table column height percentage changes row height

From Dev

Calculating row height for fixed number of rows and table height

From Dev

CSS - setting table column height percentage changes row height

From Dev

Get first letter of first and last row in Jasper Reports table

From Dev

HTML table row vertical struts *shorter* than the row height

From Dev

Dropdown inside table cell toggles table row height on every click

From Dev

Conflict in jQuery with Active Reports

From Dev

Active reports textbox control

From Dev

MainBar is Obsolete Active Reports

From Dev

Language not supported in Active Reports

Related Related

HotTag

Archive