Seal Report Forum
»
Report Edition
»
Reports
»
How to change column/element size ?
Rank: Newbie
Groups: Registered
Joined: 3/3/2022(UTC) Posts: 3 Location: BKK Thanks: 1 times
|
How to change column/element size ?
Thankyou.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
if you mean in a report result, as it it generated in HTML you may control some CSS for the table cells generated: Select your element in your model, then edit the 'Cell Script' property Code:@{
ResultCell cell=Model;
cell.FinalCssStyle = "width:50px;";
}
|
|
|
|
Seal Report Forum
»
Report Edition
»
Reports
»
How to change column/element size ?
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.